mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-23 07:04:22 +00:00
23 lines
356 B
JSON
23 lines
356 B
JSON
|
{
|
||
|
"version": "2.0.0",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"type": "yarn",
|
||
|
"task": "db:generate",
|
||
|
"problemMatcher": [],
|
||
|
"label": "yarn db:generate"
|
||
|
},
|
||
|
{
|
||
|
"type": "yarn",
|
||
|
"task": "db:push",
|
||
|
"problemMatcher": [],
|
||
|
"label": "yarn: db:push"
|
||
|
},
|
||
|
{
|
||
|
"type": "yarn",
|
||
|
"task": "app:lint",
|
||
|
"problemMatcher": [],
|
||
|
"label": "yarn: app:lint"
|
||
|
}
|
||
|
]
|
||
|
}
|