fix(ci): switch to https for cloning ci dependencies
This commit is contained in:
		| @@ -12,7 +12,7 @@ | ||||
|   }, | ||||
|   "scripts": { | ||||
|     "test": "(npm run prepareTest && npm run tstest && npm run cleanUp)", | ||||
|     "prepareTest": "git clone git@gitlab.com:sandboxzone/sandbox-npmts.git .nogit/sandbox-npmts && cd .nogit/sandbox-npmts && npm install", | ||||
|     "prepareTest": "git clone https://gitlab.com/sandboxzone/sandbox-npmts.git .nogit/sandbox-npmts && cd .nogit/sandbox-npmts && npm install", | ||||
|     "tstest": "cd .nogit/sandbox-npmts && node ../../cli.ts.js test/", | ||||
|     "cleanUp": "rm -rf .nogit/sandbox-npmts", | ||||
|     "format": "(gitzone format)", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user