fix(test): now cloning testing dependencies into ./.nogit/
This commit is contained in:
parent
662c472055
commit
88924183ce
@ -9,9 +9,9 @@
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "(npm run prepareTest && npm run tstest && npm run cleanUp)",
|
||||
"prepareTest": "cd test/ && git clone git@gitlab.com:sandboxzone/sandbox-npmts.git && cd sandbox-npmts && npm install",
|
||||
"tstest": "cd test/sandbox-npmts && node ../../cli.ts.js test/",
|
||||
"cleanUp": "cd test/ && rm -rf sandbox-npmts",
|
||||
"prepareTest": "git clone git@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)",
|
||||
"build": "echo \"Not needed for now\""
|
||||
},
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit 0d623adeab09ca0861da5b669454aaa24d8f3669
|
Loading…
Reference in New Issue
Block a user