fix(core): update

This commit is contained in:
Philipp Kunz 2022-03-13 00:40:21 +01:00
parent dfac554303
commit 1460f97c52

View File

@ -16,7 +16,7 @@
"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",
"build": "(tsbuild --web)"
"build": "(tsbuild --web --skiplibcheck)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.48",