Guard on accidental tmp dot-file publishes
This commit is contained in:
parent
f52240e572
commit
b187a48fab
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -23,6 +23,7 @@ versioncheck:
|
||||||
|
|
||||||
.PHONY: cutarelease
|
.PHONY: cutarelease
|
||||||
cutarelease: versioncheck
|
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
|
./tools/cutarelease.py -p bunyan -f package.json -f lib/bunyan.js -f bin/bunyan
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
|
|
Loading…
Reference in a new issue