Skip to content

Commit 4e7fa01

Browse files
committed
refactor: another try
1 parent 4be6fd6 commit 4e7fa01

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
"scripts": {
2828
"build": "pnpm --recursive run build",
2929
"build:docs": "node scripts/build-docs.js",
30-
"changeset:release": "pnpm run build && pnpm exec changeset publish",
30+
"changeset": "changeset",
31+
"changeset:publish": "pnpm run build && pnpm exec changeset publish",
32+
"changeset:version": "changeset version && pnpm install --lockfile-only",
3133
"codestyle": "prettier . --write",
3234
"dev": "pnpm --recursive run dev",
3335
"lint": "pnpm --parallel run '/^lint:[^:]*$/'",

0 commit comments

Comments
 (0)