Skip to content

Commit

Permalink
Make it usable before publish on TeamCity
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Björklund committed Nov 7, 2018
1 parent 249829d commit 30f6d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "lib/index.js",
"scripts": {
"test": "babel-tape-runner test/*.js | tap-spec",
"prepublish": "rm -rf lib && babel src --out-dir lib",
"prepublish": "babel src --out-dir lib",
"postpublish": "rm -rf lib"
},
"repository": {
Expand Down

0 comments on commit 30f6d7e

Please sign in to comment.