mirror of
https://github.com/chenasraf/simple-scaffold.git
synced 2026-05-17 17:28:09 +00:00
60 lines
1.1 KiB
JSON
60 lines
1.1 KiB
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"script": "build",
|
|
"label": "build",
|
|
"type": "npm",
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"script": "dev",
|
|
"label": "dev",
|
|
"type": "npm",
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"command": "pnpm typedoc --watch",
|
|
"label": "typedoc --watch",
|
|
"type": "shell",
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"script": "start",
|
|
"label": "start",
|
|
"type": "npm",
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"script": "test",
|
|
"label": "test",
|
|
"type": "npm",
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"command": "pnpm test --watchAll",
|
|
"label": "pnpm test --watchAll",
|
|
"type": "shell",
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"script": "cmd",
|
|
"label": "cmd",
|
|
"type": "npm",
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"script": "build-test",
|
|
"label": "build-test",
|
|
"type": "npm",
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"script": "build-cmd",
|
|
"label": "build-cmd",
|
|
"type": "npm",
|
|
"problemMatcher": []
|
|
}
|
|
]
|
|
}
|