Don't rebuild backend on every restart

This commit is contained in:
wiz 2020-10-25 22:21:47 +09:00
parent 53bc7725ab
commit c5c2d67fce
No known key found for this signature in database
GPG Key ID: A394E332255A6173

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": {