mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
22 lines
281 B
JSON
22 lines
281 B
JSON
{
|
|
"tasks": {
|
|
"build": {
|
|
"dependsOn": [
|
|
"^build"
|
|
],
|
|
"outputs": [
|
|
"dist/**"
|
|
]
|
|
},
|
|
"crawlab-pro#build": {
|
|
"dependsOn": [
|
|
"crawlab-ui#build"
|
|
]
|
|
},
|
|
"dev": {
|
|
"cache": false
|
|
},
|
|
"test": {}
|
|
}
|
|
}
|