Fix ERR_PNPM_IGNORED_BUILDS CI failure
Add pnpm.onlyBuiltDependencies to package.json to allow build scripts for @swc/core, esbuild, and msw transitive dependencies. Resolves: PRI-1150 Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
committed by
Gandalf the Greybeard [agent]
parent
296c43ad06
commit
8ad936911b
@@ -12,6 +12,13 @@
|
||||
"homepage": "https://github.com/privilegedescalation/headlamp-rook-plugin#readme",
|
||||
"author": "privilegedescalation",
|
||||
"license": "Apache-2.0",
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": [
|
||||
"@swc/core",
|
||||
"esbuild",
|
||||
"msw"
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"start": "headlamp-plugin start",
|
||||
"build": "headlamp-plugin build",
|
||||
|
||||
Reference in New Issue
Block a user