Skip to content

Commit 114cd88

Browse files
authored
Update package.json
1 parent fc80fde commit 114cd88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"scripts": {
1010
"test": "echo \"Error: no test specified\" && exit 1",
11-
"start": "babel-node -- index.js",
11+
"start": "node index.js",
1212
"prod": "node dist/index.js",
1313
"build": "rm -rf dist && babel *.js --out-dir dist",
1414
"lint": "eslint --fix *.js"

0 commit comments

Comments
 (0)