Skip to content

Commit

Permalink
chore: update release script to normal
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Apr 11, 2023
1 parent a5db8db commit 2634c71
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@
"dev": "vitest",
"lint": "eslint . && prettier -c src examples test",
"lint:fix": "eslint . --fix && prettier -w src examples test",
"prerelease": "pnpm test && pnpm build && changelogen --release --prerelease --push && npm publish --tag 3x",
"release": "pnpm prerelease",
"test": "pnpm lint && pnpm build && pnpm vitest run --coverage"
"release": "pnpm test && pnpm build && changelogen --release --push && npm publish",
"test": "pnpm lint && pnpm vitest run --coverage"
},
"devDependencies": {
"@clack/core": "^0.3.2",
Expand Down

0 comments on commit 2634c71

Please sign in to comment.