From e1f2c2871873faeab696f7e072e44df033bb6460 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Mon, 29 Oct 2018 01:09:45 +0100 Subject: [PATCH] fix(ci): remove npmts from build process --- npmextra.json | 5 +---- package.json | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/npmextra.json b/npmextra.json index fdf4c88..d6fb0ba 100644 --- a/npmextra.json +++ b/npmextra.json @@ -4,10 +4,7 @@ "cli": true }, "npmci": { - "npmGlobalTools": [ - "@gitzone/npmts", - "ts-node" - ], + "npmGlobalTools": [], "npmAccessLevel": "public" } } \ No newline at end of file diff --git a/package.json b/package.json index e2027c2..a6ac70a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "scripts": { "test": "(npm run clean && npm run setupCheck && npm run testStandard && npm run testSpeed)", - "build": "tsbuild", + "build": "(tsbuild)", "testStandard": "(cd test/ && node ../cli.ts.js)", "testSpeed": "(cd test/ && node ../cli.ts.js speedtest)", "testClean": "(cd test/ && node ../cli.ts.js clean --all)",