We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c07e2 commit 6f021baCopy full SHA for 6f021ba
package.json
@@ -16,7 +16,8 @@
16
},
17
"scripts": {
18
"clean": "pnpm -r run clean",
19
- "build": "pnpm -r run build",
+ "build": "pnpm -r --filter '!@kubernetesjs/ops-dashboard' run build",
20
+ "build:all": "pnpm -r run build",
21
"build:dev": "pnpm -r run build:dev",
22
"lint": "pnpm -r run lint",
23
"internal:deps": "makage update-workspace",
0 commit comments