fix(core): update

This commit is contained in:
2023-01-05 13:38:10 +01:00
parent f51a5cef57
commit 96ebe6b42d
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
"type": "module",
"scripts": {
"test": "npm run build",
"build": "tsbuild element --allowimplicitany --skiplibcheck && tsbundle element --production",
"build": "tsbuild element --allowimplicitany && tsbundle element --production",
"watch": "tswatch element",
"buildDocs": "tsdoc"
},