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 89cd5f8 commit 37d2581Copy full SHA for 37d2581
package.json
@@ -6,7 +6,9 @@
6
"npm": "6.4.1"
7
},
8
"scripts": {
9
- "build": "npm --prefix client i && npm --prefix client i babel-core@^7.0.0-bridge.0 && npm --prefix client run prod",
+ "prod": "npm --prefix client run prod",
10
+ "wire-dep": "npm --prefix client i && npm --prefix client i babel-core@^7.0.0-bridge.0",
11
+ "build": "npm run wire-dep && npm run prod",
12
"deploy": "cp -a client/dist/ public/",
13
"heroku-postbuild": "npm run build && npm run deploy",
14
"post-husky": "cat ../.branch-ignore > ../.git/hooks/post-checkout",
0 commit comments