summary refs log tree commit diff
path: root/bundle
diff options
context:
space:
mode:
Diffstat (limited to 'bundle')
-rw-r--r--bundle/scripts/build.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundle/scripts/build.js b/bundle/scripts/build.js
index e8eb24b8..dfbaec15 100644
--- a/bundle/scripts/build.js
+++ b/bundle/scripts/build.js
@@ -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,