We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b848b9f + 2cdce5c commit a15ebd5Copy full SHA for a15ebd5
1 file changed
package.json
@@ -20,7 +20,7 @@
20
"test": "vitest run",
21
"typecheck": "tsc --build",
22
"changeset": "changeset",
23
- "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",
24
"release": "pnpm build && changeset publish",
25
"syncpack:lint": "syncpack lint",
26
"syncpack:fix": "syncpack fix-mismatches",
0 commit comments