37 lines
684 B
JSON
37 lines
684 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "deno test",
|
|
"type": "shell",
|
|
"command": "zsh cli/db.zsh; deno test --allow-net --allow-read ismism.ts/tst",
|
|
"group": {
|
|
"kind": "test",
|
|
"isDefault": true,
|
|
},
|
|
"presentation": {
|
|
"echo": true,
|
|
"reveal": "always",
|
|
"panel": "dedicated",
|
|
"showReuseMessage": true,
|
|
"clear": true,
|
|
}
|
|
}, {
|
|
"label": "build",
|
|
"type": "shell",
|
|
"command": "cd ismism.ts; zsh cli/build.zsh",
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"presentation": {
|
|
"echo": true,
|
|
"reveal": "always",
|
|
"panel": "dedicated",
|
|
"showReuseMessage": true,
|
|
"clear": true,
|
|
}
|
|
}
|
|
]
|
|
}
|