Skip to content

Commit

Permalink
fix: do not remove shrinkwrap after packing
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jun 20, 2018
1 parent c21cd6c commit 5a120d6
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 @@ -254,7 +254,7 @@
"repository": "heroku/cli",
"scripts": {
"build": "rm -rf lib && tsc",
"postpublish": "rm -f oclif.manifest.json npm-shrinkwrap.json",
"postpublish": "rm -f oclif.manifest.json",
"posttest": "tsc -p test --noEmit && tslint -p test -t stylish",
"prepack": "yarn run build && oclif-dev manifest && npm shrinkwrap",
"prepublishOnly": "yarn run prepack",
Expand Down

0 comments on commit 5a120d6

Please sign in to comment.