mirror of
https://github.com/keycloak/keycloak.git
synced 2026-06-08 16:42:13 -04:00
Use the WireIt cache on all projects (#35354)
Closes #35366 Signed-off-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
parent
05884e882f
commit
9bb2b89f82
4 changed files with 22 additions and 6 deletions
|
|
@ -72,6 +72,15 @@
|
|||
"dependencies": [
|
||||
"../../libs/ui-shared:build",
|
||||
"../../libs/keycloak-admin-client:build"
|
||||
],
|
||||
"files": [
|
||||
"public",
|
||||
"src",
|
||||
"tsconfig.json",
|
||||
"vite.config.ts"
|
||||
],
|
||||
"output": [
|
||||
"target/classes/theme/keycloak.v3/account/resources"
|
||||
]
|
||||
},
|
||||
"build-lib": {
|
||||
|
|
|
|||
|
|
@ -48,6 +48,15 @@
|
|||
"dependencies": [
|
||||
"../../libs/ui-shared:build",
|
||||
"../../libs/keycloak-admin-client:build"
|
||||
],
|
||||
"files": [
|
||||
"public",
|
||||
"src",
|
||||
"tsconfig.json",
|
||||
"vite.config.ts"
|
||||
],
|
||||
"output": [
|
||||
"target/classes/theme/keycloak.v2/admin/resources"
|
||||
]
|
||||
},
|
||||
"build-lib": {
|
||||
|
|
|
|||
|
|
@ -24,12 +24,11 @@
|
|||
"build": {
|
||||
"command": "tsc --pretty",
|
||||
"files": [
|
||||
"src/**",
|
||||
"package.json",
|
||||
"src",
|
||||
"tsconfig.json"
|
||||
],
|
||||
"output": [
|
||||
"lib/**"
|
||||
"lib"
|
||||
]
|
||||
},
|
||||
"lint": {
|
||||
|
|
|
|||
|
|
@ -27,13 +27,12 @@
|
|||
"../keycloak-admin-client:build"
|
||||
],
|
||||
"files": [
|
||||
"src/**",
|
||||
"package.json",
|
||||
"src",
|
||||
"tsconfig.json",
|
||||
"vite.config.ts"
|
||||
],
|
||||
"output": [
|
||||
"dist/**"
|
||||
"dist"
|
||||
]
|
||||
},
|
||||
"lint": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue