From bab99488563580f493626ba158b91afeef85e80c Mon Sep 17 00:00:00 2001 From: Mike Donnalley Date: Wed, 25 Aug 2021 10:53:33 -0600 Subject: [PATCH] chore: remove version script --- .husky/pre-commit | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index f177c264..aa21ea29 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -2,4 +2,4 @@ . "$(dirname $0)/_/husky.sh" yarn run lint-staged -yarn run version +yarn run readme diff --git a/package.json b/package.json index 1b08609a..b64bd112 100644 --- a/package.json +++ b/package.json @@ -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"