fix(core): update

This commit is contained in:
2019-01-10 00:31:48 +01:00
parent 82655623d1
commit 001cdadb6b
3 changed files with 57 additions and 9 deletions

View File

@@ -1,8 +1,4 @@
{
"npmts": {
"mode": "default",
"coverageTreshold": 10
},
"npmdocker": {
"baseImage": "hosttoday/ht-docker-node:npmci",
"command":
@@ -10,6 +6,8 @@
"dockerSock": true
},
"npmci": {
"globalNpmTools": ["npmts", "npmdocker"]
"npmGlobalTools": [],
"npmAccessLevel": "public",
"npmRegistryUrl": "registry.gitlab.com"
}
}