2019-02-28 05:00:55 +07:00
|
|
|
{
|
|
|
|
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
|
|
|
// for the documentation about the tasks.json format
|
|
|
|
"version": "2.0.0",
|
|
|
|
"tasks": [
|
|
|
|
{
|
|
|
|
"type": "npm",
|
|
|
|
"script": "start",
|
|
|
|
"problemMatcher": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "npm",
|
2019-03-13 02:03:28 +07:00
|
|
|
"script": "package-win32",
|
2019-02-28 05:00:55 +07:00
|
|
|
"problemMatcher": []
|
2019-03-01 00:47:45 +07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "npm",
|
2019-03-13 02:03:28 +07:00
|
|
|
"script": "package-linux",
|
|
|
|
"problemMatcher": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "npm",
|
|
|
|
"script": "build-win32",
|
|
|
|
"problemMatcher": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "npm",
|
|
|
|
"script": "build-deb",
|
|
|
|
"problemMatcher": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "npm",
|
|
|
|
"script": "build-rpm",
|
2019-03-01 00:47:45 +07:00
|
|
|
"problemMatcher": []
|
2019-02-28 05:00:55 +07:00
|
|
|
}
|
|
|
|
]
|
2019-03-13 02:03:28 +07:00
|
|
|
}
|