Guard on accidental tmp dot-file publishes

master
Trent Mick 2012-02-10 21:50:37 -08:00
parent f52240e572
commit b187a48fab
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ versioncheck:
.PHONY: cutarelease
cutarelease: versioncheck
[[ ! -d tmp ]] # No 'tmp/' allowed: https://github.com/isaacs/npm/issues/2144
./tools/cutarelease.py -p bunyan -f package.json -f lib/bunyan.js -f bin/bunyan
.PHONY: test