|
46 | 46 | "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", |
47 | 47 | "frontend:install": "npm install --workspace=frontend", |
48 | 48 | "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", |
50 | 50 | "frontend:build:storybook": "npm run build-storybook --workspace=frontend", |
51 | 51 | "frontend:lint": "npm run lint --workspace=frontend -- --max-warnings 0 && npm run format-check --workspace=frontend", |
52 | 52 | "frontend:lint:fix": "npm run lint --workspace=frontend -- --fix && npm run format --workspace=frontend", |
|
59 | 59 | "i18n": "npm run i18n --workspace=frontend", |
60 | 60 | "i18n:check": "npm run i18n --workspace=frontend -- --fail-on-update", |
61 | 61 | "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", |
63 | 63 | "app:build:dir": "npm run frontend:build && npm install --workspace=app && cd app && node ./scripts/setup-plugins.js && npm run build -- --dir", |
64 | 64 | "app:package": "npm run app:build && npm run package --workspace=app -- --win --linux --mac", |
65 | 65 | "app:package:win": "npm run app:build && npm run package --workspace=app -- --win", |
|
0 commit comments