contensis-management-api
Version:
Client for managing content using the Contensis Management API
29 lines • 529 B
JSON
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "build",
"problemMatcher": [
"$tsc"
],
"group": {
"kind": "build",
"isDefault": true
},
"label": "npm: build",
"detail": "rimraf lib/* && npx tsc -p src/tsconfig-npm.json && npm run lint"
},
{
"type": "npm",
"script": "test",
"problemMatcher": [],
"label": "npm: test",
"detail": "karma start --test-target npm",
"group": {
"kind": "test",
"isDefault": true
}
}
]
}