Skip to content

Commit

Permalink
fix(js): only generate shallow dependencies when building with tsc an…
Browse files Browse the repository at this point in the history
…d swc (#12857)
  • Loading branch information
jaysoo committed Oct 27, 2022
1 parent 6e5ebfa commit 5f584ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/js/src/utils/check-dependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ export function checkDependencies(
context.root,
context.projectName,
context.targetName,
context.configurationName
context.configurationName,
true
);
const projectRoot = target.data.root;

Expand Down

0 comments on commit 5f584ea

Please sign in to comment.