From ada2845213b90569dce9eb9573af63f6c73208c3 Mon Sep 17 00:00:00 2001 From: kkapsner Date: Sat, 1 Feb 2020 22:00:13 +0100 Subject: [PATCH] Add task for alpha build --- .vscode/tasks.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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",