We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a180b commit fb737baCopy full SHA for fb737ba
package.json
@@ -6,9 +6,9 @@
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1",
8
"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"
+ "client-build": "webpack --mode production",
+ "client-dev": "webpack --mode development",
+ "client-start": "node_modules/.bin/http-server ./public/dist -c-1"
12
},
13
"keywords": [],
14
"author": "",
0 commit comments