poyka
Version:
A framework for interactively creating, extending and maintaining web application as never easier before while doing it in elegant design patterns.
36 lines (35 loc) • 683 B
JSON
{
"version": "2.0.0",
"tasks": [
{
"type": "shell",
"group": "build",
"label": "Build & Run",
"command": "npm install & tsc & node ./dist/app.js ++",
"presentation": {
"echo": true,
"reveal": "always",
"focus": true,
"panel": "shared",
"showReuseMessage": true,
"clear": false
},
"problemMatcher": []
},
{
"type": "shell",
"group": "build",
"label": "Build & Publish",
"command": "npm install & tsc & ; ++ & npm publish",
"presentation": {
"echo": true,
"reveal": "always",
"focus": true,
"panel": "shared",
"showReuseMessage": true,
"clear": false
},
"problemMatcher": []
}
]
}