We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea891e2 commit c3f7bd7Copy full SHA for c3f7bd7
package.json
@@ -5,6 +5,7 @@
5
"scripts": {
6
"start": "node ./bin/www",
7
"test": "cd client && yarn test",
8
+ "build:client": "cd client && npm install",
9
"heroku-postbuild":
10
"cd client && npm install --only=dev && npm install && npm run build"
11
},
0 commit comments