build tasks
This commit is contained in:
parent
1fc73227ce
commit
c6b6b2a828
1 changed files with 22 additions and 0 deletions
22
.vscode/tasks.json
vendored
Normal file
22
.vscode/tasks.json
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "Run Cordova App (electron)",
|
||||
"type": "shell",
|
||||
"command": "cordova run electron",
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
},
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "Build Release (electron)",
|
||||
"type": "shell",
|
||||
"command": "cordova build electron --release --verbose",
|
||||
"group": "build",
|
||||
"problemMatcher": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue