Commit 07e1a968 authored by Ray Schamp's avatar Ray Schamp

Test the build when we test our build

Use webpack --bail to actually return 1 when the build fails
parent 23558f58
......@@ -24,7 +24,7 @@ translations:
./src/scripts/build-locales locales/translations.json
webpack:
$(WEBPACK)
$(WEBPACK) --bail
# ------------------------------------
......@@ -45,6 +45,7 @@ start:
test:
@make lint
@make build
lint:
$(ESLINT) ./*.js
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment