Skip to content

Commit

Permalink
feat: Make linkable able to link from monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
Iku-turso committed May 30, 2023
1 parent 84ba2e4 commit 2de597b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/linkable/src/create-links.injectable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export const createLinksInjectable = getInjectable({
await addYalcPackages(names, {
link: true,
workingDir: workingDirectory,
pure: false,
});
};
},
Expand Down
2 changes: 1 addition & 1 deletion packages/linkable/src/create-links.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ describe('create-links', () => {

{
link: true,

pure: false,
workingDir: '/some-directory/some-project',
},
);
Expand Down

0 comments on commit 2de597b

Please sign in to comment.