mirror of
https://github.com/coder/code-server.git
synced 2025-08-01 10:56:25 +08: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