Skip to content

Commit 817730e

Browse files
committed
Use --bail flag for doc site build to avoid hidden build errors
1 parent a9df0e5 commit 817730e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"components": "./components/"
1919
},
2020
"scripts": {
21-
"build-prod": "webpack --env.production",
22-
"build": "webpack",
21+
"build-prod": "webpack --bail --env.production",
22+
"build": "webpack --bail",
2323
"start": "node --max_old_space_size=2000 ./node_modules/.bin/webpack-dev-server --env.server --disable-host-check"
2424
},
2525
"devDependencies": {

0 commit comments

Comments
 (0)