|
@@ -26,7 +26,6 @@
|
|
|
"lint": "eslint .",
|
|
|
"build": "tsc && ncp ./config.json ./dist/config.json && ncp ./src/views/ ./dist/views && node ./node_scripts/copyStatics.mjs",
|
|
|
"buildProd": "npm run build && node ./node_scripts/uglifyStatics.mjs",
|
|
|
- "start": "npm run build && node ./dist/index.js",
|
|
|
- "startProd": "npm run buildProd && node ./dist/index.js"
|
|
|
+ "start": "node ./dist/index.js"
|
|
|
}
|
|
|
}
|