We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46680c9 commit 41d9906Copy full SHA for 41d9906
2 files changed
.github/workflows/release.yaml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
version: latest
19
- name: Install dependencies
20
- run: pnpm install
+ run: pnpm install --frozen-lockfile
21
- name: Build UI
22
run: pnpm --prefix web/client run build
23
- name: Upload UI build artifact
pnpm-workspace.yaml
@@ -4,3 +4,9 @@ packages:
4
- vscode/react
5
- web/client
6
- web/common
7
+allowBuilds:
8
+ '@swc/core': true
9
+ '@tailwindcss/oxide': true
10
+ '@vscode/vsce-sign': true
11
+ esbuild: true
12
+ keytar: true
0 commit comments