Skip to content

Commit

Permalink
chore: remove version script
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Aug 25, 2021
1 parent 33cd246 commit bab9948
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
. "$(dirname $0)/_/husky.sh"

yarn run lint-staged
yarn run version
yarn run readme
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@
"postpack": "rm oclif.manifest.json",
"posttest": "yarn run lint",
"prepack": "rm -rf lib && tsc && oclif manifest .",
"readme": "oclif readme && git add README.md",
"reformat": "prettier --config .prettierrc.json --write './*.{js,json,md}' './**/*.{ts,json,md}'",
"semantic-release": "semantic-release",
"test": "mocha \"test/**/*.test.ts\" --forbid-only",
"version": "oclif readme && git add README.md"
"test": "mocha \"test/**/*.test.ts\" --forbid-only"
},
"bin": {
"multi": "bin/run"
Expand Down

0 comments on commit bab9948

Please sign in to comment.