Skip to content

Commit 9abe74b

Browse files
committed
add release flow
1 parent 03b126c commit 9abe74b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
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)