Skip to content

Commit 1204273

Browse files
authored
Remove --bail from webpack run
to show compilation error in Jenkins runs. There's a way to error the build if the output contains certain words.
1 parent ec4ecef commit 1204273

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@
199199
<arguments>
200200
<argument>--progress</argument>
201201
<argument>--profile</argument>
202-
<argument>--bail</argument>
203202
<argument>--env.environment=${webpack.environment}</argument>
204203
</arguments>
205204
</configuration>

0 commit comments

Comments
 (0)