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 a9df0e5 commit 817730eCopy full SHA for 817730e
packages/docs/package.json
@@ -18,8 +18,8 @@
18
"components": "./components/"
19
},
20
"scripts": {
21
- "build-prod": "webpack --env.production",
22
- "build": "webpack",
+ "build-prod": "webpack --bail --env.production",
+ "build": "webpack --bail",
23
"start": "node --max_old_space_size=2000 ./node_modules/.bin/webpack-dev-server --env.server --disable-host-check"
24
25
"devDependencies": {
0 commit comments