Compare commits

...

2 Commits

Author SHA1 Message Date
b0dddd48a2 1.0.5 2018-08-04 16:04:12 +02:00
65dda322c5 fix(ci): switch to https for cloning ci dependencies 2018-08-04 16:04:11 +02:00
2 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/tstest",
"version": "1.0.4",
"version": "1.0.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/tstest",
"version": "1.0.4",
"version": "1.0.5",
"private": false,
"description": "a test utility to run tests that match test/**/*.ts",
"main": "dist/index.js",
@ -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)",