fix(build): Update build script in package.json to include tsfolders in tsbuild command

This commit is contained in:
Juergen Kunz
2025-07-06 12:06:06 +00:00
parent 340582e042
commit 8263a4fe73
3 changed files with 7 additions and 2 deletions

View File

@ -10,7 +10,7 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web --allowimplicitany && tsbundle npm)",
"build": "(tsbuild tsfolders --web --allowimplicitany && tsbundle npm)",
"buildDocs": "tsdoc"
},
"devDependencies": {