summary refs log tree commit diff
path: root/bundle/scripts/build.js
diff options
context:
space:
mode:
authorMr2u <46743919+Mr2u@users.noreply.github.com>2021-10-13 19:33:39 +1100
committerGitHub <noreply@github.com>2021-10-13 19:33:39 +1100
commit625853a47ed187c1788d21671e1151b1fa6f68a0 (patch)
treeadf0a01f6aceb59220bf3f366f94a89db48f8b83 /bundle/scripts/build.js
parentadded route /guilds/:id/prune GET count and POST prune. (diff)
parent:pencil: improve logging (diff)
downloadserver-625853a47ed187c1788d21671e1151b1fa6f68a0.tar.xz
Merge branch 'fosscord:master' into master
Diffstat (limited to 'bundle/scripts/build.js')
-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,