Skip to content

Commit f78fc2e

Browse files
author
akshansh
committed
scripts
1 parent 5c42b78 commit f78fc2e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
"main": "index.js",
66
"scripts": {
77
"build": "cd frontend && npm install && npm run build",
8-
"start": "cd frontend && npm start",
8+
"start": "cd frontend && npm run start",
9+
"start:local": "cd frontend && npm run start:local",
10+
"start:prod": "cd frontend && npm run start:prod",
11+
"start:docker": "cd frontend && npm run start:docker",
912
"serve": "cd frontend && node server.js"
1013
},
1114
"keywords": [],

0 commit comments

Comments
 (0)