Skip to content

Commit 18e2a4b

Browse files
fix(ci): move onlyBuiltDependencies from pnpm-workspace.yaml to .npmrc
The pnpm-workspace.yaml file requires a packages field when used. Since this is not a monorepo, the onlyBuiltDependencies setting belongs in .npmrc instead. Fixes CI failure: ERR_PNPM_INVALID_WORKSPACE_CONFIGURATION
1 parent eb117b5 commit 18e2a4b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
onlyBuiltDependencies[]=esbuild
2+
onlyBuiltDependencies[]=unrs-resolver

pnpm-workspace.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)