Skip to content

Commit

Permalink
feat: add release script for changeset publish in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zoubingwu committed Jul 4, 2024
1 parent d95b565 commit 6868d57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"scripts": {
"build": "tsup",
"fmt": "prettier {example,src}/**/*.{js,jsx,ts,tsx,css,md,html} --write",
"test": "vitest run"
"test": "vitest run",
"release": "changeset publish"
},
"author": "zoubingwu<[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 6868d57

Please sign in to comment.