mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
cleaner, also eliminate duplicate workflows
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user