Skip to content

Commit

Permalink
chore: remove npm-shrinkwrap.json (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley authored May 10, 2024
1 parent e2de3b4 commit e62f172
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"exports": "./lib/index.js",
"files": [
"/lib",
"/npm-shrinkwrap.json",
"/oclif.manifest.json",
"/schemas"
],
Expand Down Expand Up @@ -79,12 +78,12 @@
"repository": "oclif/plugin-command-snapshot",
"scripts": {
"build": "shx rm -rf lib && tsc",
"clean": "shx rm -f oclif.manifest.json npm-shrinkwrap.json",
"clean": "shx rm -f oclif.manifest.json",
"compile": "tsc",
"lint": "eslint . --ext .ts",
"postpack": "yarn run clean",
"posttest": "yarn lint",
"prepack": "yarn build && oclif manifest && oclif readme && npm shrinkwrap",
"prepack": "yarn build && oclif manifest && oclif readme",
"prepare": "husky && yarn build",
"pretest": "yarn build --noEmit && tsc -p test --noEmit",
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\" --timeout 20000",
Expand Down

0 comments on commit e62f172

Please sign in to comment.