Skip to content

Commit a573c1a

Browse files
committed
WIP
Signed-off-by: Joaquim Rocha <joaquim.rocha@microsoft.com>
1 parent c46a153 commit a573c1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"backend:start:traces": "echo 'Running backend with distributed tracing enabled' && HEADLAMP_BACKEND_TOKEN=headlamp HEADLAMP_CONFIG_TRACING_ENABLED=true HEADLAMP_CONFIG_ENABLE_HELM=true HEADLAMP_CONFIG_ENABLE_DYNAMIC_CLUSTERS=true ./backend/headlamp-server -dev -proxy-urls https://artifacthub.io/* -listen-addr=localhost",
4747
"frontend:install": "npm install --workspace=frontend",
4848
"frontend:install:ci": "npm ci --workspace=frontend",
49-
"frontend:build": "npm run build --workspace=frontend",
49+
"frontend:build": "npm run frontend:install && npm run build --workspace=frontend",
5050
"frontend:build:storybook": "npm run build-storybook --workspace=frontend",
5151
"frontend:lint": "npm run lint --workspace=frontend -- --max-warnings 0 && npm run format-check --workspace=frontend",
5252
"frontend:lint:fix": "npm run lint --workspace=frontend -- --fix && npm run format --workspace=frontend",
@@ -59,7 +59,7 @@
5959
"i18n": "npm run i18n --workspace=frontend",
6060
"i18n:check": "npm run i18n --workspace=frontend -- --fail-on-update",
6161
"app:install": "npm install --workspace=app",
62-
"app:build": "npm run frontend:build && npm install --workspace=app && cd app && node ./scripts/setup-plugins.js && npm run build",
62+
"app:build": "npm run app:install && npm run frontend:build && npm install --workspace=app && cd app && node ./scripts/setup-plugins.js && npm run build",
6363
"app:build:dir": "npm run frontend:build && npm install --workspace=app && cd app && node ./scripts/setup-plugins.js && npm run build -- --dir",
6464
"app:package": "npm run app:build && npm run package --workspace=app -- --win --linux --mac",
6565
"app:package:win": "npm run app:build && npm run package --workspace=app -- --win",

0 commit comments

Comments
 (0)