Skip to content

Commit c2cbf6e

Browse files
authored
fix: update release script to use changeset publish (#20)
1 parent 2b3a8d2 commit c2cbf6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"homepage": "https://github.com/fossamagna/vite-plugin-react-router-amplify-hosting/blob/main/README.md",
1616
"packageManager": "pnpm@10.5.2",
1717
"scripts": {
18-
"release": "pnpm test && pnpm --if-present --recursive build && pnpm publish --recursive",
18+
"release": "pnpm test && pnpm --if-present --recursive build && changeset publish",
1919
"format": "biome format --write ./src",
2020
"lint": "biome check --write ./src",
2121
"test": "vitest --run",

0 commit comments

Comments
 (0)