mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-01 12:44:43 +00:00
27 lines
495 B
JSON
27 lines
495 B
JSON
{
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"seed": {
|
|
"dependsOn": ["database#up", "^build"],
|
|
"cache": false
|
|
},
|
|
"locales": {},
|
|
"locales:fix": {},
|
|
"lint": {
|
|
},
|
|
"lint:fix": {
|
|
},
|
|
"test": {
|
|
"dependsOn": ["database#up:backend_test", "^build"]
|
|
},
|
|
"dev": {
|
|
"dependsOn": ["database#up", "^build"]
|
|
},
|
|
"start": {
|
|
"dependsOn": ["database#up", "build"]
|
|
},
|
|
"start:bundle": {
|
|
"dependsOn": ["build:bundle"]
|
|
}
|
|
}
|
|
} |