Skip to content

Commit

Permalink
fix: shrinkwrap on version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jun 20, 2018
1 parent 5a120d6 commit b0a155f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,10 @@
"build": "rm -rf lib && tsc",
"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",
"prepack": "yarn run build && oclif-dev manifest",
"prepublishOnly": "yarn run prepack",
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
"version": "oclif-dev readme --multi && git add README.md docs"
"version": "oclif-dev readme --multi && npm shrinkwrap && git add README.md docs npm-shrinkwrap.json"
},
"types": "lib/index.d.ts"
}

0 comments on commit b0a155f

Please sign in to comment.