File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -36,19 +36,18 @@ jobs:
36
36
- name : Prepublish # these packages are required for the "Publish framework" step
37
37
run : cd storage/framework/stacks && bun run build
38
38
39
-
40
39
- name : Publish framework
41
40
run : cd storage/framework/stacks && bun publish:framework
42
41
env :
43
42
NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
44
43
45
44
- 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
47
46
env :
48
47
NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
49
48
50
49
- name : Publish VS Code Extension
51
- run : pnpm --filter './stacks/ide/vscode' release
50
+ run : bunx pnpm --filter './stacks/ide/vscode' release
52
51
env :
53
52
VSCE_PAT : ${{ secrets.VSCE_PAT }}
54
53
Original file line number Diff line number Diff line change 350
350
"build" : " ./scripts/build" ,
351
351
"dev" : " bunx pnpm --filter='./src/**' dev" ,
352
352
"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" ,
354
354
"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" ,
355
355
"fresh" : " bun buddy fresh" ,
356
356
"clean" : " bun buddy clean" ,
You can’t perform that action at this time.
0 commit comments