Skip to content

Commit ed95def

Browse files
committed
chore(copilot): drop dead pnpm config from package.json
The `pnpm.onlyBuiltDependencies` block is only honored by pnpm and the project uses npm (per `package-lock.json` and the `npm ci` deploy path). Removing dead config; no functional change.
1 parent 5e1c8b1 commit ed95def

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

copilot/package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,5 @@
6565
"typescript": "^5.7.2",
6666
"vite": "^8.0.0",
6767
"vitest": "^3.0.5"
68-
},
69-
"pnpm": {
70-
"onlyBuiltDependencies": [
71-
"esbuild",
72-
"lightningcss"
73-
]
7468
}
7569
}

0 commit comments

Comments
 (0)