We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 717ba37 commit fbc794dCopy full SHA for fbc794d
.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
38
uses: changesets/action@v1
39
with:
40
publish: pnpm release
41
- version: pnpm changeset version
+ version: pnpm version
42
commit: "chore: version packages"
43
title: "chore: version packages"
44
env:
package.json
@@ -8,7 +8,7 @@
8
"typecheck": "turbo run typecheck",
9
"clean": "turbo run clean",
10
"changeset": "changeset",
11
- "version": "changeset version",
+ "version": "changeset version && pnpm install",
12
"release": "pnpm build && changeset publish"
13
},
14
"devDependencies": {
0 commit comments