Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
fix: remove shrinkwrap after publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jun 16, 2018
1 parent 3df1a43 commit 3a1441d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generators/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ class App extends Generator {
}
if (['plugin', 'multi'].includes(this.type)) {
this.pjson.scripts.prepack = nps.series(this.pjson.scripts.prepare, 'oclif-dev manifest', 'oclif-dev readme', 'npm shrinkwrap')
this.pjson.scripts.postpack = `${rmf} oclif.manifest.json`
this.pjson.scripts.postpack = `${rmf} oclif.manifest.json npm-shrinkwrap.json`
this.pjson.scripts.version = nps.series('oclif-dev readme', 'git add README.md')
this.pjson.files.push('/oclif.manifest.json')
this.pjson.files.push('/npm-shrinkwrap.json')
Expand Down

0 comments on commit 3a1441d

Please sign in to comment.