Skip to content

Commit 68bc078

Browse files
authored
fix ci release script (#523)
1 parent 3c214ce commit 68bc078

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"test": "vitest run && npm run test:types",
3535
"test:watch": "vitest",
3636
"test:types": "tsc --project tsconfig.test.json",
37-
"pretty": "prettier --write \"{src,test}/**/*.{ts,tsx}\""
37+
"pretty": "prettier --write \"{src,test}/**/*.{ts,tsx}\"",
38+
"release": "pnpm build && changeset publish"
3839
},
3940
"devDependencies": {
4041
"@babel/core": "^7.26.0",

0 commit comments

Comments
 (0)