fix(core): update

This commit is contained in:
2020-07-07 21:59:07 +00:00
parent af030ed013
commit ad2866ae0b
2 changed files with 120 additions and 25 deletions

View File

@ -11,7 +11,7 @@
"tstest": "./cli.js"
},
"scripts": {
"test": "(npm run cleanUp && npm run prepareTest && npm run tstest && npm run cleanUp)",
"test": "(npm run cleanUp && npm run prepareTest && npm run tstest)",
"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/ --web",
"cleanUp": "rm -rf .nogit/sandbox-npmts",