mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
24 lines
409 B
JSON
24 lines
409 B
JSON
{
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"lint": {
|
|
},
|
|
"lint:fix": {
|
|
},
|
|
"test": {
|
|
"dependsOn": ["config-schema#build"]
|
|
},
|
|
"typecheck": {
|
|
},
|
|
"dev": {
|
|
"dependsOn": ["database#build", "config-schema#build"],
|
|
"persistent": true,
|
|
"cache": false
|
|
},
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["build/**"],
|
|
"cache": true
|
|
}
|
|
}
|
|
} |