Skip to content

Commit 85a4f69

Browse files
committed
chore: refractored package.json
1 parent be2d0ae commit 85a4f69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "server/app.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
8-
"start": "cd server && npm i && node app.js"
8+
"install": "cd server && npm i",
9+
"start": "node server/app.js"
910
},
1011
"repository": {
1112
"type": "git",

0 commit comments

Comments
 (0)