fix(ci): remove npmts from build process

This commit is contained in:
2018-10-29 01:09:45 +01:00
parent 9efab07424
commit e1f2c28718
2 changed files with 2 additions and 5 deletions

View File

@@ -4,10 +4,7 @@
"cli": true
},
"npmci": {
"npmGlobalTools": [
"@gitzone/npmts",
"ts-node"
],
"npmGlobalTools": [],
"npmAccessLevel": "public"
}
}