Skip to content

Commit 72bdedc

Browse files
committed
[build] Fix CI version command
1 parent af81565 commit 72bdedc

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
@@ -14,7 +14,7 @@
1414
"build": "turbo run build --concurrency 12",
1515
"preview": "turbo run preview",
1616
"ci:build": "turbo run build test",
17-
"ci:version": "pnpm install prettier-plugin-svelte && changeset version && pnpm install --no-frozen-lockfile"
17+
"ci:version": "pnpm install && changeset version && pnpm install --no-frozen-lockfile"
1818
},
1919
"devDependencies": {
2020
"@changesets/cli": "^2.28.1",

0 commit comments

Comments
 (0)