mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 18:17:35 +00:00
ci: improve performance (#5953)
* pipeline runs on ubuntu instead of docker * added Makefile to build zitadel core (backend) and console (frontend) * pipeline runs in parallel where possible * pipeline is split into multiple jobs * removed goreleaser * added command to check if zitadel instance is running
This commit is contained in:
@@ -26,6 +26,9 @@
|
||||
"assets": ["src/favicon.ico", "src/assets", "src/manifest.webmanifest"],
|
||||
"styles": ["src/styles.scss"],
|
||||
"scripts": ["./node_modules/tinycolor2/dist/tinycolor-min.js"],
|
||||
"stylePreprocessorOptions": {
|
||||
"includePaths": ["node_modules"]
|
||||
},
|
||||
"allowedCommonJsDependencies": [
|
||||
"fast-sha256",
|
||||
"buffer",
|
||||
@@ -46,7 +49,8 @@
|
||||
"inline": false
|
||||
},
|
||||
"styles": {
|
||||
"inlineCritical": false
|
||||
"inlineCritical": false,
|
||||
"minify": false
|
||||
}
|
||||
},
|
||||
"budgets": [
|
||||
|
16940
console/package-lock.json
generated
16940
console/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
9721
console/yarn.lock
Normal file
9721
console/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user