Skip to content

Commit ebef583

Browse files
committed
chore: updated package.json
1 parent e4826bb commit ebef583

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
@@ -5,7 +5,7 @@
55
"main": "server/app.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
8-
"start": "node server/app.js"
8+
"start": "cd server && npm i && node app.js"
99
},
1010
"repository": {
1111
"type": "git",

0 commit comments

Comments
 (0)