Skip to content

Commit

Permalink
chore: remove oclif.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Apr 9, 2024
1 parent 2cdbf46 commit dc2f82a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
/node_modules
/tmp
.idea
oclif.lock

oclif.manifest.json
npm-shrinkwrap.json
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"files": [
"oclif.manifest.json",
"npm-shrinkwrap.json",
"oclif.lock",
"/lib"
],
"homepage": "https://github.com/oclif/plugin-version",
Expand All @@ -54,12 +53,12 @@
"repository": "oclif/plugin-version",
"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": "mocha --forbid-only \"test/**/*.test.ts\"",
Expand Down

0 comments on commit dc2f82a

Please sign in to comment.