cleaner, also eliminate duplicate workflows

This commit is contained in:
Matt Hill
2026-01-30 11:23:40 -07:00
parent 60875644a1
commit c190295c34
7 changed files with 33 additions and 9 deletions

View File

@@ -14,10 +14,10 @@
"check:tunnel": "tsc --project projects/start-tunnel/tsconfig.json --noEmit --skipLibCheck",
"check:i18n": "node scripts/check-i18n.mjs",
"build:deps": "rimraf .angular/cache && (cd ../sdk && make bundle) && (cd ../patch-db/client && npm ci && npm run build)",
"build:setup": "npm run check:i18n && ng run setup-wizard:build",
"build:ui": "npm run check:i18n && ng run ui:build",
"build:ui:dev": "npm run check:i18n && ng run ui:build:development",
"build:tunnel": "npm run check:i18n && ng run start-tunnel:build",
"build:setup": "ng run setup-wizard:build",
"build:ui": "ng run ui:build",
"build:ui:dev": "ng run ui:build:development",
"build:tunnel": "ng run start-tunnel:build",
"build:all": "npm run build:deps && npm run build:setup && npm run build:ui",
"build:shared": "ng build shared",
"build:marketplace": "npm run build:shared && ng build marketplace",