fix(build): Fix build script to use correct tsbuild command

This commit is contained in:
2024-06-27 12:32:17 +02:00
parent 090f8101ac
commit 7c15589ce7
3 changed files with 7 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
"type": "module",
"scripts": {
"test": "npm run build",
"build": "tsbuild element --allowimplicitany && tsbundle element --production",
"build": "tsbuild tsfolders --allowimplicitany && tsbundle element --production",
"watch": "tswatch element"
},
"author": "Lossless GmbH",