Skip to content

Commit 7e7f228

Browse files
authored
Fix for version files changed locally during build (#6408)
1 parent 393ece7 commit 7e7f228

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
@@ -40,7 +40,7 @@
4040
"prerelease": "pnpm build:libraries",
4141
"prettier": "prettier --cache --write --list-different --ignore-unknown \"**/*\"",
4242
"release": "pnpm build:libraries && changeset publish",
43-
"release:version": "changeset version && pnpm --filter hive-apollo-router-plugin sync-cargo-file",
43+
"release:version": "changeset version && pnpm --filter hive-apollo-router-plugin sync-cargo-file && pnpm build:libraries",
4444
"seed": "tsx scripts/seed-local-env.ts",
4545
"start": "pnpm run local:setup",
4646
"test": "vitest",

0 commit comments

Comments
 (0)