Skip to content

Commit 81a33f6

Browse files
committed
Add publish:ci script
1 parent 4b74326 commit 81a33f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
},
1414
"scripts": {
1515
"build": "tsup",
16+
"publish:ci": "pnpm build && pnpm changeset publish",
1617
"test": "vitest run",
1718
"test:ci": "vitest run --coverage",
1819
"tsc": "tsc --noEmit",

0 commit comments

Comments
 (0)