Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixlzx authored Jul 19, 2020
1 parent fc80fde commit 114cd88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "babel-node -- index.js",
"start": "node index.js",
"prod": "node dist/index.js",
"build": "rm -rf dist && babel *.js --out-dir dist",
"lint": "eslint --fix *.js"
Expand Down

0 comments on commit 114cd88

Please sign in to comment.