mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 14:41:28 -07:00
20 lines
350 B
JSON
20 lines
350 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "npm",
|
|
"script": "changeset:new",
|
|
"group": "none",
|
|
"label": "changeset: new",
|
|
"detail": "Create changeset and commit all changes",
|
|
"runOptions": { "instanceLimit": 1 },
|
|
"presentation": {
|
|
"reveal": "always",
|
|
"focus": true,
|
|
"panel": "new",
|
|
"close": true
|
|
}
|
|
}
|
|
]
|
|
}
|