diff --git a/Server/package.json b/Server/package.json index df6d999..fbb6664 100644 --- a/Server/package.json +++ b/Server/package.json @@ -5,7 +5,7 @@ "license": "NCSA", "scripts": { "build:ts": "npx tsc --build", - "build:babel": "npx babel src --extensions \".ts\" --out-dir obj/babel", + "build:babel": "npx babel obj/ts --out-dir obj/babel", "build:bundle": "npx browserify --debug --node obj/babel/main.js > obj/server.js", "build:exe": "npx nexe -t x64-14.15.3 -i obj/server.js -o bin/Server.exe", "build:icon": "cd node_modules/rcedit/bin && rcedit-x64.exe ../../../bin/Server.exe --set-icon ../../../assets/images/favicon.ico",