Add task for alpha build

This commit is contained in:
kkapsner 2020-02-01 22:00:13 +01:00
parent 9e92e4baf2
commit ada2845213
1 changed files with 25 additions and 0 deletions

25
.vscode/tasks.json vendored
View File

@ -164,6 +164,31 @@
},
"problemMatcher": []
},
{
"label": "build alpha",
"type": "shell",
"windows": {
"command": "node"
},
"linux": {
"command": "node"
},
"osx": {
"command": "node"
},
"args": [
".tools/build.js",
"--type",
"alpha"
],
"presentation": {
"echo": true,
"reveal": "always",
"focus": false,
"panel": "shared"
},
"problemMatcher": []
},
{
"label": "web-ext lint",
"type": "shell",