1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-11 13:14:06 +01:00

Merge pull request #443 from Mr2u/master

This commit is contained in:
Samuel 2021-10-12 07:27:25 +02:00 committed by GitHub
commit ae383aee08

View File

@ -34,9 +34,9 @@ console.log("Compiling src files ...");
console.log(
execSync(
"node " +
"node \"" +
path.join(__dirname, "..", "node_modules", "typescript", "lib", "tsc.js") +
" -p " +
"\" -p " +
path.join(__dirname, ".."),
{
cwd: path.join(__dirname, ".."),