Skip to content

Commit

Permalink
chore: add back oclif.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Mar 4, 2024
1 parent 082b3f7 commit 28d511c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"files": [
"oclif.manifest.json",
"npm-shrinkwrap.json",
"/lib"
"/lib",
"oclif.lock"
],
"homepage": "https://github.com/oclif/plugin-autocomplete",
"keywords": [
Expand All @@ -63,12 +64,12 @@
"repository": "oclif/plugin-autocomplete",
"scripts": {
"build": "shx rm -rf lib && tsc",
"clean": "shx rm -f oclif.manifest.json npm-shrinkwrap.json",
"clean": "shx rm -f oclif.manifest.json npm-shrinkwrap.json oclif.lock",
"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 && npm shrinkwrap && oclif lock",
"prepare": "husky && yarn build",
"pretest": "yarn build && tsc -p test --noEmit",
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
Expand Down

0 comments on commit 28d511c

Please sign in to comment.