mirror of
https://github.com/coder/code-server.git
synced 2026-05-07 04:51:59 +02:00
Fix install script
This commit is contained in:
@@ -39,4 +39,4 @@ const handlePackages = (dir: string): void => {
|
||||
});
|
||||
};
|
||||
|
||||
handlePackages(resolve(__dirname, ".."));
|
||||
handlePackages(resolve(__dirname, "..", ".."));
|
||||
|
||||
Reference in New Issue
Block a user