Skip to content

Commit 2a35dd1

Browse files
committed
chore: wip
1 parent 14490b9 commit 2a35dd1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,18 @@ jobs:
3636
- name: Prepublish # these packages are required for the "Publish framework" step
3737
run: cd storage/framework/stacks && bun run build
3838

39-
4039
- name: Publish framework
4140
run: cd storage/framework/stacks && bun publish:framework
4241
env:
4342
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
4443

4544
- name: Publish dummy libraries
46-
run: pnpm --filter='./storage/framework/stacks' publish:dummy-libs
45+
run: bunx pnpm --filter='./storage/framework/stacks' publish:dummy-libs
4746
env:
4847
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
4948

5049
- name: Publish VS Code Extension
51-
run: pnpm --filter './stacks/ide/vscode' release
50+
run: bunx pnpm --filter './stacks/ide/vscode' release
5251
env:
5352
VSCE_PAT: ${{ secrets.VSCE_PAT }}
5453

storage/framework/stacks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@
350350
"build": "./scripts/build",
351351
"dev": "bunx pnpm --filter='./src/**' dev",
352352
"up": "bunx taze major -I",
353-
"publish:framework": "bunx pnpm --filter './stacks' --filter './src/**' --filter './ide/vscode' publish --access public --no-git-checks",
353+
"publish:framework": "bunx pnpm --filter './src/**' --filter '../ide/vscode' publish --access public --no-git-checks",
354354
"publish:dummy-libs": "bun --bun run generate:entries && bunx pnpm --filter './libs/components/vue' --filter './libs/components/web' --filter './libs/functions' publish --access public --no-git-checks",
355355
"fresh": "bun buddy fresh",
356356
"clean": "bun buddy clean",

0 commit comments

Comments
 (0)