Remove duplicate npm install and build steps in production scripts

This commit is contained in:
wiz
2020-05-26 21:52:50 +09:00
parent 9af0015c22
commit b9d9875e98
2 changed files with 1 additions and 2 deletions

View File

@@ -22,7 +22,6 @@
"scripts": {
"build": "tsc",
"start": "npm run build && node dist/index.js",
"production": "npm install && npm run build && node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {