docker/npmextra.json

16 lines
334 B
JSON
Raw Normal View History

2016-06-14 07:17:07 +00:00
{
2018-07-16 21:52:50 +00:00
"npmts": {
"mode": "default",
"coverageTreshold": 10
},
"npmdocker": {
"baseImage": "hosttoday/ht-docker-node:npmci",
"command":
"(ls -a && rm -r node_modules && yarn global add npmts && yarn install && npmts)",
"dockerSock": true
},
"npmci": {
"globalNpmTools": ["npmts", "npmdocker"]
}
}