16 lines
247 B
JSON
16 lines
247 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "npm",
|
|
"script": "open",
|
|
"problemMatcher": [],
|
|
"label": "npm: open",
|
|
"detail": "./node_modules/.bin/cypress open",
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
}
|
|
}
|
|
]
|
|
} |