diff --git a/Makefile b/Makefile index e90f1d078..7f55c6d0b 100644 --- a/Makefile +++ b/Makefile @@ -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