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

Test the build when we test our build
This commit is contained in:
Andrew Sliwinski 2015-10-22 08:33:41 -04:00
commit 5b804af280

View file

@ -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