mirror of
https://github.com/chenasraf/simple-scaffold.git
synced 2026-05-17 17:28:09 +00:00
59 lines
1.1 KiB
JSON
59 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": "yarn typedoc --watch",
|
|
"label": "typedoc --watch",
|
|
"type": "shell",
|
|
"problemMatcher": [],
|
|
},
|
|
{
|
|
"script": "start",
|
|
"label": "start",
|
|
"type": "npm",
|
|
"problemMatcher": [],
|
|
},
|
|
{
|
|
"script": "test",
|
|
"label": "test",
|
|
"type": "npm",
|
|
"problemMatcher": [],
|
|
},
|
|
{
|
|
"command": "yarn test --watchAll",
|
|
"label": "yarn 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": [],
|
|
},
|
|
],
|
|
} |