File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -53,12 +53,14 @@ jobs:
53
53
env :
54
54
NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
55
55
56
- # TODO: currently required for the "release step" but this can be removed once Bun is updated to include npm support
57
- - name : Setup Node.js / npm
58
- uses : oven-sh/setup-bun@v1
56
+ # temporary workaround until npm publish is replaced with bun publish
57
+ - name : CD into VS Code Extension directory
58
+ run : cd storage/framework/ide/vscode
59
+ - name : Install VS Code Extension Dependencies
60
+ run : bun install
59
61
60
62
- name : Publish VS Code Extension
61
- run : bunx pnpm --filter='./storage/framework/ide/vscode' release
63
+ run : bun run release && cd ../../../../
62
64
env :
63
65
VSCE_PAT : ${{ secrets.VSCE_PAT }}
64
66
Original file line number Diff line number Diff line change 112
112
" storage/framework/core/*" ,
113
113
" storage/framework/core/bun-create/*" ,
114
114
" storage/framework/docs" ,
115
- " storage/framework/ide/vscode" ,
116
115
" storage/framework/libs/*" ,
117
116
" storage/framework/server" ,
118
117
" storage/framework/views/*"
You can’t perform that action at this time.
0 commit comments