@lowcodeunit-devkit/lcu-cli-templates-core
Version:
The core templates used by the lcu-cli to manage default configurations of the LCU.
23 lines (22 loc) • 413 B
JSON
{
"version": "2.0.0",
"tasks": [
{
"label": "Git Sync",
"type": "shell",
"options": {
"cwd": ".vscode"
},
"windows": {
"command": "Powershell.exe -File feature_branch_sync.ps1"
},
"auto": true
} ,
{
"label": "npm i",
"type": "npm",
"script": "install",
"auto": true
}
]
}