Skip to content

Commit

Permalink
feat: publish npm-shrinkwrap.json (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley authored Mar 5, 2024
1 parent 90ca43d commit 99734c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
node_modules
oclif.manifest.json
oclif.lock
npm-shrinkwrap.json
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
"/lib",
"/messages",
"/oclif.manifest.json",
"/oclif.lock"
"/oclif.lock",
"/npm-shrinkwrap.json"
],
"keywords": [
"sfdx-plugin"
Expand Down Expand Up @@ -104,9 +105,9 @@
"docs": "sf-docs",
"format": "sf-format",
"lint": "sf-lint",
"postpack": "rm -f oclif.manifest.json",
"postpack": "rm -f oclif.manifest.json oclif.lock npm-shrinkwrap.json",
"posttest": "yarn lint && yarn test:deprecation-policy && yarn test:command-reference",
"prepack": "sf-prepack && oclif lock",
"prepack": "sf-prepack && oclif lock && npm shrinkwrap",
"pretest": "sf-compile-test",
"test": "sf-test",
"test:command-reference": "./bin/dev commandreference:generate -p @salesforce/sfdx-plugin-lwc-test --erroronwarnings",
Expand Down

0 comments on commit 99734c1

Please sign in to comment.