Skip to content

Commit

Permalink
Merge pull request #663 from oclif/mdonnalley/remove-oclif-lock
Browse files Browse the repository at this point in the history
chore: remove oclif.lock
  • Loading branch information
WillieRuemmele committed Apr 10, 2024
2 parents 116bd30 + 3db5e0c commit e972dca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ node_modules
.idea/
.vscode/

oclif.lock

oclif.manifest.json
npm-shrinkwrap.json
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@
"files": [
"oclif.manifest.json",
"npm-shrinkwrap.json",
"/lib",
"oclif.lock"
"/lib"
],
"homepage": "https://github.com/oclif/plugin-autocomplete",
"keywords": [
Expand All @@ -64,12 +63,12 @@
"repository": "oclif/plugin-autocomplete",
"scripts": {
"build": "shx rm -rf lib && tsc",
"clean": "shx rm -f oclif.manifest.json npm-shrinkwrap.json oclif.lock",
"clean": "shx rm -f oclif.manifest.json npm-shrinkwrap.json",
"compile": "tsc",
"lint": "eslint . --ext .ts",
"postpack": "yarn run clean",
"posttest": "yarn lint",
"prepack": "yarn build && oclif manifest && oclif readme && npm shrinkwrap && oclif lock",
"prepack": "yarn build && oclif manifest && oclif readme && npm shrinkwrap",
"prepare": "husky && yarn build",
"pretest": "yarn build && tsc -p test --noEmit",
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
Expand Down

0 comments on commit e972dca

Please sign in to comment.