File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 20
20
"test:lint" : " eslint src" ,
21
21
"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" ,
22
22
"watch" : " nyc --reporter=lcov ava --watch" ,
23
- "prepack" : " oclif-dev manifest && npm prune --prod && rm npm-shrinkwrap.json && npm shrinkwrap " ,
24
- "postpack" : " rm -f oclif.manifest.json && git checkout -- npm-shrinkwrap.json && npm i " ,
23
+ "prepack" : " oclif-dev manifest" ,
24
+ "postpack" : " rm -f oclif.manifest.json" ,
25
25
"report" : " nyc report --reporter=text-lcov | coveralls" ,
26
26
"version" : " node ./scripts/docs.js && auto-changelog -p --template keepachangelog && git add README.md docs CHANGELOG.md" ,
27
27
"prepublishOnly" : " git push && git push --tags && gh-release" ,
You can’t perform that action at this time.
0 commit comments