chore(vscode): configure release action

This commit is contained in:
Steffen Jost 2019-08-21 17:47:32 +02:00
parent 7d2937c71d
commit b4cf112e48

5
.vscode/tasks.json vendored
View File

@ -69,6 +69,11 @@
"type": "npm", "type": "npm",
"script": "lint", "script": "lint",
"problemMatcher": [] "problemMatcher": []
},
{
"type": "npm",
"script": "release",
"problemMatcher": []
} }
] ]
} }