Skip to content

Commit

Permalink
Merge pull request #525 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 authored Apr 10, 2024
2 parents 22d2eeb + 6369083 commit a121aac
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 @@ -6,5 +6,5 @@ oclif.manifest.json
yarn-error.json

.idea/*
oclif.lock

npm-shrinkwrap.json
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@
"/lib",
"/npm-shrinkwrap.json",
"/oclif.manifest.json",
"/schemas",
"/oclif.lock"
"/schemas"
],
"homepage": "https://github.com/oclif/plugin-command-snapshot",
"keywords": [
Expand All @@ -80,12 +79,12 @@
"repository": "oclif/plugin-command-snapshot",
"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 --noEmit && tsc -p test --noEmit",
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\" --timeout 20000",
Expand Down

0 comments on commit a121aac

Please sign in to comment.