Skip to content

Commit ff23742

Browse files
committed
fix(ci): migrate onlyBuiltDependencies to allowBuilds for pnpm 11
1 parent 74ece16 commit ff23742

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pnpm-workspace.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ catalog:
88
"@types/react": ^19.2.14
99
"@types/react-dom": ^19.2.3
1010

11-
onlyBuiltDependencies:
12-
- "@biomejs/biome"
13-
- "@tailwindcss/oxide"
14-
- esbuild
11+
allowBuilds:
12+
"@biomejs/biome": true
13+
"@tailwindcss/oxide": true
14+
esbuild: true

0 commit comments

Comments
 (0)