Skip to content

Commit 13b104d

Browse files
committed
fix: remove allowBuilds configuration and adjust onlyBuiltDependencies
1 parent b498bab commit 13b104d

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

pnpm-workspace.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,12 @@ packages:
44
- extensions/*
55
- ../Jaculus-tools/packages/*
66

7-
allowBuilds:
8-
'@serialport/bindings-cpp': set this to true or false
9-
esbuild: set this to true or false
10-
msw: set this to true or false
11-
127
ignoredBuiltDependencies:
138
- '@playwright/browser-chromium'
14-
- esbuild
159

1610
onlyBuiltDependencies:
1711
- '@parcel/watcher'
1812
- '@serialport/bindings-cpp'
1913
- '@tailwindcss/oxide'
14+
- esbuild
15+
- msw

0 commit comments

Comments
 (0)