not sure we need a 'make clean' before publishing

This commit is contained in:
Trent Mick 2015-09-30 15:14:05 -07:00
parent c538670dd4
commit dced8d2256
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ versioncheck:
[[ `cat package.json | json version` == `grep '^## ' CHANGES.md | head -1 | awk '{print $$2}'` ]]
.PHONY: cutarelease
cutarelease: clean versioncheck
cutarelease: versioncheck
[[ `git status | tail -n1` == "nothing to commit, working directory clean" ]]
./tools/cutarelease.py -p triton -f package.json