Skip to content

Commit 86884b6

Browse files
committed
Remove onlyBuiltDependencies from pnpm workspace
Remove the onlyBuiltDependencies section from pnpm-workspace.yaml to simplify the workspace configuration. The removed list included '@heroui/shared-utils', '@homebridge/node-pty-prebuilt-multiarch', '@swc/core', esbuild, sharp, ttf2woff2, and unrs-resolver; the file now only declares packages: - packages/*.
1 parent 776cc8c commit 86884b6

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

pnpm-workspace.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,2 @@
11
packages:
2-
- packages/*
3-
4-
onlyBuiltDependencies:
5-
- '@heroui/shared-utils'
6-
- '@homebridge/node-pty-prebuilt-multiarch'
7-
- '@swc/core'
8-
- esbuild
9-
- sharp
10-
- ttf2woff2
11-
- unrs-resolver
2+
- packages/*

0 commit comments

Comments
 (0)