38 lines
No EOL
688 B
JSON
38 lines
No EOL
688 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "install/update",
|
|
"command": "pnpm install",
|
|
"type": "shell",
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"label": "dev",
|
|
"command": "pnpm dev",
|
|
"type": "shell",
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"label": "check",
|
|
"command": "pnpm check",
|
|
"type": "shell",
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"label": "preview",
|
|
"command": "pnpm preview",
|
|
"type": "shell",
|
|
"problemMatcher": [],
|
|
"dependsOn": [
|
|
"build"
|
|
]
|
|
},
|
|
{
|
|
"label": "build",
|
|
"command": "pnpm build",
|
|
"type": "shell",
|
|
"problemMatcher": []
|
|
}
|
|
]
|
|
} |