mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-10-13 18:22:13 +08:00
13 lines
211 B
JSON
13 lines
211 B
JSON
{
|
|
"tasks": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["dist/**"]
|
|
},
|
|
"watch": {
|
|
"dependsOn": [],
|
|
"outputs": []
|
|
}
|
|
}
|
|
}
|