From b4cf112e48eb63c75a6c9b131148e28f354de240 Mon Sep 17 00:00:00 2001 From: Steffen Jost Date: Wed, 21 Aug 2019 17:47:32 +0200 Subject: [PATCH] chore(vscode): configure release action --- .vscode/tasks.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 4c18542ba..36c10837e 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -69,6 +69,11 @@ "type": "npm", "script": "lint", "problemMatcher": [] + }, + { + "type": "npm", + "script": "release", + "problemMatcher": [] } ] } \ No newline at end of file