fix(build): Fix build script by updating source folders.

This commit is contained in:
2024-06-30 10:37:52 +02:00
parent fdc8cb44ab
commit 14ebeeaee8
3 changed files with 7 additions and 2 deletions

View File

@ -8,7 +8,7 @@
"type": "module",
"scripts": {
"test": "tstest test/ --web",
"build": "tsbuild element --allowimplicitany && tsbundle element --production",
"build": "tsbuild tsfolders --allowimplicitany && tsbundle element --production",
"watch": "tswatch element",
"buildDocs": "tsdoc"
},