fix(core): shift to new style

This commit is contained in:
2018-07-16 23:52:50 +02:00
parent 7009e07ecc
commit a037cba454
23 changed files with 595 additions and 1561 deletions

View File

@@ -1,17 +1,15 @@
{
"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"
]
}
}
"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"]
}
}