Skip to content

Commit

Permalink
Make sure dependencies are installed before building
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Dec 10, 2016
1 parent ad3da87 commit 2fd3b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ doc:
@@echo

.PHONY: release
release:
release:: stamp-bower
@@$(GRUNT) release
@@echo "Release created."
@@echo
Expand Down

0 comments on commit 2fd3b20

Please sign in to comment.