Skip to content

Commit 87aa9c2

Browse files
committed
Add Start command
1 parent 385cd03 commit 87aa9c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"build": "npm install && npm --prefix ./frontend install ./frontend",
8+
"start": "node index",
89
"test": "echo \"Error: no test specified\" && exit 1"
910
},
1011
"author": "",

0 commit comments

Comments
 (0)