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