diff --git a/package.json b/package.json index 0920d65..54ec269 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "test": "vitest run", "typecheck": "tsc --build", "changeset": "changeset", - "version": "changeset version && sync-manifest packages/devtools-extension && prettier --write '**/package.json' pnpm-workspace.yaml", + "version": "changeset version && node packages/changeset-sync-manifest/dist/bin.js packages/devtools-extension && prettier --write '**/package.json' pnpm-workspace.yaml", "release": "pnpm build && changeset publish", "syncpack:lint": "syncpack lint", "syncpack:fix": "syncpack fix-mismatches",