Skip to content

Commit ec0cc23

Browse files
add more details about pnpm workspaces
1 parent da8f686 commit ec0cc23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cd react-notion-x
1414
pnpm i
1515
```
1616

17-
This will install dependencies and link all of the local packages together using `pnpm workspaces`. This includes the example projects which point to the local version of your packages.
17+
This will install dependencies and link all of the local packages together using [pnpm workspaces](https://pnpm.io/workspaces). This includes the example projects which point to the local version of your packages. When publishing, `"foo": "workspace:*"` will be transformed to point to the current version.
1818

1919
### Running development tasks
2020
With development tasks, each package will be compiled into their respective `build` folders. Because they run `tsup --watch`, every time you make a change to one of the packages, the build will be updated automatically as long as this command is running.

0 commit comments

Comments
 (0)