diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 3edda19..866c56a 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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",