fix(core): Corrected file patterns in dynamically created package.json files.

This commit is contained in:
2024-10-23 15:49:22 +02:00
parent 5bdc3e8bcc
commit 274b730492
3 changed files with 7 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ export class PublishModule {
},
files: [
'ts/**/*',
'ts_web/**/*',
'ts_*/**/*',
'dist/**/*',
'dist_*/**/*',
'dist_ts/**/*',