Skip to content

Commit 30f6d7e

Browse files
author
Johan Björklund
committed
Make it usable before publish on TeamCity
1 parent 249829d commit 30f6d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "lib/index.js",
66
"scripts": {
77
"test": "babel-tape-runner test/*.js | tap-spec",
8-
"prepublish": "rm -rf lib && babel src --out-dir lib",
8+
"prepublish": "babel src --out-dir lib",
99
"postpublish": "rm -rf lib"
1010
},
1111
"repository": {

0 commit comments

Comments
 (0)