fix(core): update

This commit is contained in:
2022-11-08 08:04:46 +01:00
parent e919a4a2e9
commit 6eb86c63c3
4 changed files with 21 additions and 33 deletions

View File

@ -16,7 +16,8 @@
"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 --allowimplicitany)"
"build": "(tsbuild --web --allowimplicitany)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.65",
@ -51,4 +52,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}