Skip to content

Commit

Permalink
fix: remove npm-shrinkwrap from clean section
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Jan 24, 2022
1 parent 44f6845 commit 1e56a7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

# use yarn by default, so ignore npm
package-lock.json
npm-shrinkwrap.json

# never checkin npm config
.npmrc
Expand Down Expand Up @@ -33,6 +32,8 @@ node_modules
# --
# put files here you don't want cleaned with sf-clean

npm-shrinkwrap.json

# os specific files
.DS_Store
.idea
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"pack:tarballs": "oclif pack:tarballs",
"pack:verify": "sf-release cli:tarballs:verify --cli sf --windows-username-buffer 36",
"pack:win": "oclif pack:win",
"postpack": "rm -f oclif.manifest.json",
"postpack": "rm -f oclif.manifest.json npm-shrinkwrap.json",
"posttest": "yarn test:deprecation-policy",
"prepack": "sf-prepack",
"prepare": "sf-install && yarn compile && yarn lint",
Expand Down

0 comments on commit 1e56a7a

Please sign in to comment.