mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-05 10:45:45 +00:00
...actually fix windows usernames breaking npm run setup ( I forgot to quote second argument :/ )
This commit is contained in:
@@ -36,8 +36,8 @@ console.log(
|
||||
execSync(
|
||||
"node \"" +
|
||||
path.join(__dirname, "..", "node_modules", "typescript", "lib", "tsc.js") +
|
||||
"\" -p " +
|
||||
path.join(__dirname, ".."),
|
||||
"\" -p \"" +
|
||||
path.join(__dirname, "..") + "\"",
|
||||
{
|
||||
cwd: path.join(__dirname, ".."),
|
||||
shell: true,
|
||||
|
||||
Reference in New Issue
Block a user