fix(ci): remove npmts from build process

This commit is contained in:
Philipp Kunz 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 "cli": true
}, },
"npmci": { "npmci": {
"npmGlobalTools": [ "npmGlobalTools": [],
"@gitzone/npmts",
"ts-node"
],
"npmAccessLevel": "public" "npmAccessLevel": "public"
} }
} }

View File

@ -10,7 +10,7 @@
}, },
"scripts": { "scripts": {
"test": "(npm run clean && npm run setupCheck && npm run testStandard && npm run testSpeed)", "test": "(npm run clean && npm run setupCheck && npm run testStandard && npm run testSpeed)",
"build": "tsbuild", "build": "(tsbuild)",
"testStandard": "(cd test/ && node ../cli.ts.js)", "testStandard": "(cd test/ && node ../cli.ts.js)",
"testSpeed": "(cd test/ && node ../cli.ts.js speedtest)", "testSpeed": "(cd test/ && node ../cli.ts.js speedtest)",
"testClean": "(cd test/ && node ../cli.ts.js clean --all)", "testClean": "(cd test/ && node ../cli.ts.js clean --all)",