Skip to content

Commit 469f8f1

Browse files
committed
chore: wip
1 parent a08bb25 commit 469f8f1

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,14 @@ jobs:
5353
env:
5454
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
5555

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
5961

6062
- name: Publish VS Code Extension
61-
run: bunx pnpm --filter='./storage/framework/ide/vscode' release
63+
run: bun run release && cd ../../../../
6264
env:
6365
VSCE_PAT: ${{ secrets.VSCE_PAT }}
6466

bun.lockb

-11.3 KB
Binary file not shown.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@
112112
"storage/framework/core/*",
113113
"storage/framework/core/bun-create/*",
114114
"storage/framework/docs",
115-
"storage/framework/ide/vscode",
116115
"storage/framework/libs/*",
117116
"storage/framework/server",
118117
"storage/framework/views/*"

0 commit comments

Comments
 (0)