Skip to content

Commit 6f021ba

Browse files
committed
build
1 parent e4c07e2 commit 6f021ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
},
1717
"scripts": {
1818
"clean": "pnpm -r run clean",
19-
"build": "pnpm -r run build",
19+
"build": "pnpm -r --filter '!@kubernetesjs/ops-dashboard' run build",
20+
"build:all": "pnpm -r run build",
2021
"build:dev": "pnpm -r run build:dev",
2122
"lint": "pnpm -r run lint",
2223
"internal:deps": "makage update-workspace",

0 commit comments

Comments
 (0)