Skip to content

Commit

Permalink
docs: oops: "npm link" no work with --prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
sparecycles committed Sep 5, 2024
1 parent 0b61353 commit be4d306
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/docs/src/content/docs/intro/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ $ npm run package --prefix=packages/favor # also rebuilds pardon's core

Optionally, you can link the built application as a command-line tool as well.
```bash title="optional"
$ npm link --prefix=packages/core
$ cd packages/core
$ npm link .
# undo this with npm uninstall -g pardon
```

Expand Down

0 comments on commit be4d306

Please sign in to comment.