Commit 5b804af2 authored by Andrew Sliwinski's avatar Andrew Sliwinski

Merge pull request #99 from rschamp/feature/build-travis-build

Test the build when we test our build
parents 7ce053e8 07e1a968
......@@ -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