Skip to content

Commit

Permalink
Make build fail if webpack fails
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarciabriseno committed Dec 14, 2023
1 parent 4d3c7ec commit 4457a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</exec>

<echo>Running webpack</echo>
<exec dir="resources/build" executable="npx">
<exec failonerror="true" dir="resources/build" executable="npx">
<arg line="webpack --mode=production" />
</exec>

Expand Down

0 comments on commit 4457a6b

Please sign in to comment.