From b187a48fab44eb503ebdd5ea5d4c4ab23131364c Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Fri, 10 Feb 2012 21:50:37 -0800 Subject: [PATCH] Guard on accidental tmp dot-file publishes --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 652ef0c..0160c3a 100644 --- a/Makefile +++ b/Makefile @@ -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