diff --git a/npmextra.json b/npmextra.json index 3da8f4c..9521c5c 100644 --- a/npmextra.json +++ b/npmextra.json @@ -1,8 +1,6 @@ { "npmci": { - "npmGlobalTools": [ - "npmts" - ], + "npmGlobalTools": [], "npmAccessLevel": "public" }, "npmts": { diff --git a/package.json b/package.json index 6035aad..66a085a 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "typings": "dist/index.d.ts", "scripts": { "test": "(tstest test/)", - "build": "(npmts)" + "build": "(tsbuild)" }, "repository": { "type": "git", @@ -20,6 +20,7 @@ }, "homepage": "https://gitlab.com/pushrocks/tapbundle#README", "dependencies": { + "@gitzone/tsbuild": "^2.0.22", "@gitzone/tstest": "^1.0.13", "@pushrocks/early": "^3.0.3", "@pushrocks/smartdelay": "^2.0.1",