Skip to content

Commit fb737ba

Browse files
committed
npm scripts are updated
1 parent 16a180b commit fb737ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
88
"server-start": "node -r dotenv/config server/services/graphqlService.js dotenv_config_path=server/.env",
9-
"build": "webpack --mode production",
10-
"dev": "webpack --mode development",
11-
"serve": "node_modules/.bin/http-server ./dist -c-1"
9+
"client-build": "webpack --mode production",
10+
"client-dev": "webpack --mode development",
11+
"client-start": "node_modules/.bin/http-server ./public/dist -c-1"
1212
},
1313
"keywords": [],
1414
"author": "",

0 commit comments

Comments
 (0)