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

View File

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