mirror of https://github.com/CesiumGS/cesium.git
27 lines
619 B
JSON
27 lines
619 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "npm",
|
|
"script": "build",
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"problemMatcher": [],
|
|
"label": "npm: build",
|
|
"detail": "gulp build"
|
|
},
|
|
{
|
|
"type": "npm",
|
|
"script": "test",
|
|
"group": {
|
|
"kind": "test",
|
|
"isDefault": true
|
|
},
|
|
"problemMatcher": [],
|
|
"label": "npm: test",
|
|
"detail": "gulp test"
|
|
}
|
|
]
|
|
} |