mirror of
https://github.com/tupadr3/plantuml-icon-font-sprites.git
synced 2026-01-09 02:51:59 +00:00
38 lines
665 B
JSON
38 lines
665 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "devel",
|
|
"type": "shell",
|
|
"command": "node ./src/lib/index.js --devel",
|
|
"problemMatcher": [],
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
}
|
|
},
|
|
{
|
|
"label": "devel",
|
|
"type": "shell",
|
|
"command": "node ./src/lib/index.js --devel",
|
|
"problemMatcher": [],
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
}
|
|
},
|
|
{
|
|
"label": "build",
|
|
"type": "shell",
|
|
"command": "rm .tmp/build -rf && node ./src/lib/index.js -c 4 --release",
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"label": "clean",
|
|
"type": "shell",
|
|
"command": "rm .tmp -rf",
|
|
"problemMatcher": []
|
|
}
|
|
]
|
|
}
|