wikiploy
Version:
User scripts and gadgets deployment for MediaWiki (Wikipedia).
21 lines • 349 B
JSON
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "test",
"group": "test",
"problemMatcher": [],
"label": "Run tests",
"detail": "mocha"
},
{
"type": "npm",
"script": "install",
"group": "none",
"problemMatcher": [],
"label": "npm install",
"detail": "install dependencies from package"
}
]
}