Skip to content

Commit a15ebd5

Browse files
authored
Merge pull request #40 from ryanbas21/feat/changeset-sync-manifest
fix(ci): use node to invoke sync-manifest in version script
2 parents b848b9f + 2cdce5c commit a15ebd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"test": "vitest run",
2121
"typecheck": "tsc --build",
2222
"changeset": "changeset",
23-
"version": "changeset version && sync-manifest packages/devtools-extension && prettier --write '**/package.json' pnpm-workspace.yaml",
23+
"version": "changeset version && node packages/changeset-sync-manifest/dist/bin.js packages/devtools-extension && prettier --write '**/package.json' pnpm-workspace.yaml",
2424
"release": "pnpm build && changeset publish",
2525
"syncpack:lint": "syncpack lint",
2626
"syncpack:fix": "syncpack fix-mismatches",

0 commit comments

Comments
 (0)