diff --git a/package.json b/package.json index f3b9ba49..2863b89f 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "lint:styles:fix": "npm run prettier -- --write", "format": "npm-run-all --print-label --parallel lint:*:fix", "clean": "git clean -dx --force --exclude=node_modules --exclude=.husky", - "prerelease": "git switch main && git pull && npm ci && npm run clean && npm test && npm run lint && npm run clean", + "prerelease": "git switch main && git pull && npm ci && npm run clean && npm test && npm run clean", "release": "standard-version", "release:dry-run": "standard-version --dry-run", "prepare": "husky install" diff --git a/test/__snapshots__/init.test.js.snap b/test/__snapshots__/init.test.js.snap index 7d0483ef..98e979e1 100644 --- a/test/__snapshots__/init.test.js.snap +++ b/test/__snapshots__/init.test.js.snap @@ -50,7 +50,7 @@ Object { "lint:types": "tsc --noEmit", "lint:types:watch": "npm run lint:types -- --watch", "prepare": "husky install", - "prerelease": "git switch main && git pull && npm ci && npm run clean && npm test && npm run lint && npm run clean", + "prerelease": "git switch main && git pull && npm ci && npm run clean && npm test && npm run clean", "pretest": "npm run lint", "prettier": "prettier --ignore-path .gitignore .", "release": "standard-version", @@ -117,7 +117,7 @@ Object { "lint:types": "tsc --noEmit", "lint:types:watch": "npm run lint:types -- --watch", "prepare": "husky install", - "prerelease": "git switch main && git pull && npm ci && npm run clean && npm test && npm run lint && npm run clean", + "prerelease": "git switch main && git pull && npm ci && npm run clean && npm test && npm run clean", "pretest": "npm run lint", "prettier": "prettier --ignore-path .gitignore .", "release": "standard-version",