Browse Source

package.json

CrazyDoctor 6 months ago
parent
commit
7dde3554fd
1 changed files with 1 additions and 2 deletions
  1. 1 2
      package.json

+ 1 - 2
package.json

@@ -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"
   }
 }