smartdata/npmextra.json

19 lines
307 B
JSON
Raw Normal View History

2017-02-25 10:37:05 +00:00
{
"npmdocker": {
"baseImage": "hosttoday/ht-docker-node:mongo",
"command": "npmci test stable",
"dockerSock": false
2017-06-18 17:53:29 +00:00
},
"npmci": {
"npmGlobalTools": [
2018-07-10 19:33:49 +00:00
"@gitzone/npmts"
],
"npmAccessLevel": "public"
},
"npmts": {
"testConfig": {
"parallel": false
}
2017-02-25 10:37:05 +00:00
}
}