mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
22 lines
483 B
JSON
22 lines
483 B
JSON
{
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"seed": {
|
|
"dependsOn": ["database#up", "config-schema#build", "database#build"],
|
|
"cache": false
|
|
},
|
|
"locales": {},
|
|
"lint": {
|
|
"dependsOn": ["locales", "database#build"]
|
|
},
|
|
"test": {
|
|
"dependsOn": ["database#up:backend_test", "config-schema#build", "database#build"]
|
|
},
|
|
"dev": {
|
|
"dependsOn": ["database#up"]
|
|
},
|
|
"start": {
|
|
"dependsOn": ["database#up", "build"]
|
|
}
|
|
}
|
|
} |