Don't rebuild backend on every restart

This commit is contained in:
wiz 2020-10-25 22:21:47 +09:00
parent 9bd17c3ec1
commit 14272d704e

View File

@ -21,7 +21,7 @@
"main": "index.ts",
"scripts": {
"build": "tsc",
"start": "npm run build && node --max-old-space-size=4096 dist/index.js",
"start": "node --max-old-space-size=4096 dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {