Skip to content

Commit

Permalink
Merge pull request #283 from netlify/fix-shrinkwrap-again
Browse files Browse the repository at this point in the history
Remove shrink-wrap pruning during pack step
  • Loading branch information
bcomnes committed Apr 4, 2019
2 parents d681c51 + c28bd81 commit b0b15fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -20,8 +20,8 @@
"test:lint": "eslint src",
"test:deps": "dependency-check ./package.json --entry \"src/**/!(*.test).js\" --unused --missing --no-dev --no-peer -i @oclif/plugin-not-found -i @oclif/config -i @oclif/plugin-help -i @oclif/plugin-plugins",
"watch": "nyc --reporter=lcov ava --watch",
"prepack": "oclif-dev manifest && npm prune --prod && rm npm-shrinkwrap.json && npm shrinkwrap",
"postpack": "rm -f oclif.manifest.json && git checkout -- npm-shrinkwrap.json && npm i",
"prepack": "oclif-dev manifest",
"postpack": "rm -f oclif.manifest.json",
"report": "nyc report --reporter=text-lcov | coveralls",
"version": "node ./scripts/docs.js && auto-changelog -p --template keepachangelog && git add README.md docs CHANGELOG.md",
"prepublishOnly": "git push && git push --tags && gh-release",
Expand Down

0 comments on commit b0b15fc

Please sign in to comment.