Skip to content

Commit

Permalink
ci: release script.
Browse files Browse the repository at this point in the history
  • Loading branch information
s3xysteak committed Apr 7, 2024
1 parent 0b1595a commit 6eed92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"build-only": "unbuild",
"test": "vitest",
"test:once": "vitest run",
"release": "pnpm build && npm publish",
"release": "esno ./scripts/release.ts",
"lint": "eslint .",
"lint-fix": "eslint . --fix"
},
Expand Down

0 comments on commit 6eed92f

Please sign in to comment.