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 29ee3de commit 62901e7Copy full SHA for 62901e7
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
38
39
- name: Publish framework to npm
40
- run: pnpm --filter './.stacks' --filter './.stacks/core/**' --filter './.stacks/ide/vscode' publish --access public --no-git-checks
+ run: pnpm --filter './.stacks' --filter './.stacks/core/**' --filter='!./.stacks/core/tinker' --filter './.stacks/ide/vscode' publish --access public --no-git-checks
41
env:
42
43
0 commit comments