We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1d2e69 commit b191aadCopy full SHA for b191aad
package.json
@@ -10,9 +10,9 @@
10
"start:fresh": "yarn reset:all && yarn start",
11
"start:dirty": "yarn && yarn start",
12
"build": "yarn && NODE_ENV='production' webpack --progress --colors",
13
- "build:deploy": "yarn reset:all && yarn build",
+ "build:deploy": "yarn --production=false reset:all && yarn build",
14
"reset:cache": "rm -rf dist/**/*/bundle.* && rm -f dist/index.html",
15
- "reset:npm": "rm -rf node_modules && yarn",
+ "reset:npm": "rm -rf node_modules && yarn --production=false",
16
"reset:all": "yarn reset:npm && yarn reset:cache",
17
"lint": "eslint src/.; exit 0",
18
"lint:fix": "eslint --fix src/.; exit 0",
0 commit comments