Skip to content

Commit 8db9ee3

Browse files
committed
chore: add --tag legacy to prevent svelte 4 being published as latest
1 parent 49d1f1d commit 8db9ee3

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
@@ -12,7 +12,7 @@
1212
"lint": "cd packages/svelte && pnpm build && cd ../../ && pnpm -r lint",
1313
"format": "pnpm -r format",
1414
"changeset:version": "changeset version && pnpm -r generate:version && git add --all",
15-
"changeset:publish": "changeset publish"
15+
"changeset:publish": "changeset publish --tag legacy"
1616
},
1717
"repository": {
1818
"type": "git",

0 commit comments

Comments
 (0)