Skip to content

Commit 41d9906

Browse files
authored
fix: ui build pnpm build script approval (#5801)
Signed-off-by: Vincent Chan <vincent@tobikodata.com>
1 parent 46680c9 commit 41d9906

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
version: latest
1919
- name: Install dependencies
20-
run: pnpm install
20+
run: pnpm install --frozen-lockfile
2121
- name: Build UI
2222
run: pnpm --prefix web/client run build
2323
- name: Upload UI build artifact

pnpm-workspace.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@ packages:
44
- vscode/react
55
- web/client
66
- 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

Comments
 (0)