Skip to content

Commit

Permalink
Revert "fix(js): resolve shallow dependencies when building package.j…
Browse files Browse the repository at this point in the history
…son (#10600)"

This reverts commit a0bf1f0.
  • Loading branch information
vsavkin committed Jun 7, 2022
1 parent 9b60d4f commit 029be8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 45 deletions.
43 changes: 0 additions & 43 deletions packages/js/src/utils/check-dependencies.spec.ts

This file was deleted.

3 changes: 1 addition & 2 deletions packages/js/src/utils/check-dependencies.ts
Expand Up @@ -23,8 +23,7 @@ export function checkDependencies(
context.root,
context.projectName,
context.targetName,
context.configurationName,
true
context.configurationName
);
const projectRoot = target.data.root;

Expand Down

0 comments on commit 029be8c

Please sign in to comment.