Skip to content

Commit

Permalink
Simpler Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mantoni committed Jun 23, 2013
1 parent 547e718 commit 9a761ae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ test:
@node -e "require('urun')('test');"

phantom:
@echo "Browserify tests | phantomic"
@browserify ./test/fixture/phantom.js ${tests} | phantomic
browserify ./test/fixture/phantom.js ${tests} | phantomic

browser:
@echo "Consolify tests > file://`pwd`/${html}"
Expand Down Expand Up @@ -48,5 +47,5 @@ endif
@echo "Creating tag v${version}"
@git tag -a -m "Release ${version}" v${version}
@git push --tags
@echo "Publishing to NPM"
@echo "Publishing to npm"
@npm publish

0 comments on commit 9a761ae

Please sign in to comment.