mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
Merge pull request #99 from rschamp/feature/build-travis-build
Test the build when we test our build
This commit is contained in:
commit
5b804af280
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -24,7 +24,7 @@ translations:
|
||||||
./src/scripts/build-locales locales/translations.json
|
./src/scripts/build-locales locales/translations.json
|
||||||
|
|
||||||
webpack:
|
webpack:
|
||||||
$(WEBPACK)
|
$(WEBPACK) --bail
|
||||||
|
|
||||||
# ------------------------------------
|
# ------------------------------------
|
||||||
|
|
||||||
|
@ -45,6 +45,7 @@ start:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@make lint
|
@make lint
|
||||||
|
@make build
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
$(ESLINT) ./*.js
|
$(ESLINT) ./*.js
|
||||||
|
|
Loading…
Reference in a new issue