We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc80fde commit 114cd88Copy full SHA for 114cd88
package.json
@@ -8,7 +8,7 @@
8
},
9
"scripts": {
10
"test": "echo \"Error: no test specified\" && exit 1",
11
- "start": "babel-node -- index.js",
+ "start": "node index.js",
12
"prod": "node dist/index.js",
13
"build": "rm -rf dist && babel *.js --out-dir dist",
14
"lint": "eslint --fix *.js"
0 commit comments