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