Skip to content

Commit

Permalink
(build) Builds tools before compiling things
Browse files Browse the repository at this point in the history
  • Loading branch information
robotlolita committed Apr 9, 2017
1 parent 807da16 commit 64f8780
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ lint:
publish: clean lint
rm -rf node_modules
npm install
$(MAKE) tools
$(MAKE) _prepare-test
$(MAKE) _test-all
$(MAKE) _test-browser
Expand Down

0 comments on commit 64f8780

Please sign in to comment.