Some checks failed
Validate Build / validate-build (push) Failing after 34s
Gitea Release Actions / upload-release-assets (release) Failing after 32s
26 lines
572 B
JSON
26 lines
572 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Package",
|
|
"type": "shell",
|
|
"command": "gulp",
|
|
"group": "build",
|
|
"presentation": {
|
|
"reveal": "silent",
|
|
"panel": "shared",
|
|
}
|
|
},
|
|
{
|
|
"label": "Install",
|
|
"type": "shell",
|
|
"command": "make install",
|
|
"group": "build",
|
|
"presentation": {
|
|
"reveal": "silent",
|
|
"panel": "shared",
|
|
}
|
|
}
|
|
]
|
|
}
|