Skip to content

Commit

Permalink
Merge pull request #345 from atls/fix/library-build
Browse files Browse the repository at this point in the history
fix(library-plugin): build
  • Loading branch information
Nelfimov committed Jun 28, 2024
2 parents 1a54a19 + 95f4f6d commit 6c5dcfe
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file not shown.
Binary file not shown.
Binary file added .yarn/cache/fsevents-patch-6b67494872-10.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion yarn/plugin-library/sources/library-bulid.command.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class LibraryBuildCommand extends BaseCommand {
try {
const ts = new TypeScriptWorker(configuration.projectCwd!)

const diagnostics = await ts.build([join(this.context.cwd, './src')], {
const diagnostics = await ts.build(configuration.projectCwd, [join(this.context.cwd, './src')], {
outDir: join(this.context.cwd, this.target),
module: 'nodenext' as any,
declaration: true,
Expand Down

0 comments on commit 6c5dcfe

Please sign in to comment.