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 dcf2464 commit 7dc0d88Copy full SHA for 7dc0d88
package.json
@@ -7,7 +7,9 @@
7
"scripts": {
8
"start": "node ./server/server.js",
9
"dev": "nodemon ./server/server.js",
10
- "test": "echo \"No tests specified\""
+ "test": "echo \"No tests specified\"",
11
+ "postbuild": "npm run build-client",
12
+ "build-client": "cd client && npm install && npm run build && mv ./dist ../server/public"
13
},
14
"keywords": [],
15
"author": "",
0 commit comments