fix(ci): remove npmts from build process
This commit is contained in:
		@@ -4,10 +4,7 @@
 | 
			
		||||
    "cli": true
 | 
			
		||||
  },
 | 
			
		||||
  "npmci": {
 | 
			
		||||
    "npmGlobalTools": [
 | 
			
		||||
      "@gitzone/npmts",
 | 
			
		||||
      "ts-node"
 | 
			
		||||
    ],
 | 
			
		||||
    "npmGlobalTools": [],
 | 
			
		||||
    "npmAccessLevel": "public"
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
@@ -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)",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user