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.
2 parents bfffe5a + 9d63f77 commit f945804Copy full SHA for f945804
.github/workflows/changesets.yml
@@ -24,6 +24,7 @@ jobs:
24
id: changesets
25
uses: changesets/action@v1
26
with:
27
- publish: pnpm release
+ # pnpm release - in real repo
28
+ publish: echo "released!"
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package.json
@@ -31,7 +31,7 @@
31
"lint-staged": "^15.2.10",
32
"prettier": "~3.3.3",
33
"syncpack": "^12.4.0",
34
- "turbo": "^2.2.3"
+ "turbo": "^2.3.0"
35
},
36
"packageManager": "[email protected]"
37
}
0 commit comments