Skip to content

Commit

Permalink
Update link comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMHasperhoven committed Dec 19, 2024
1 parent 1c9295f commit ccb6797
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scripts/link.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,14 @@ import { fileURLToPath } from 'url';
* This script is used to link dependencies from this monorepo to other repos.
*
* @usage:
* node scripts/link 1|true|enable|link
* node scripts/link 1|true|enable|link|undefined
* node scripts/link 0|false|disable|unlink
*
* or
*
* node scripts/link
* node scripts/unlink
*
* // when enabled, you can link the package to another repo like this:
* cd other/repo && pnpm link ../penumbra-zone/web/packages/ui
*
Expand Down

0 comments on commit ccb6797

Please sign in to comment.