Skip to content

Commit

Permalink
docs: updated contributing.md (#2232)
Browse files Browse the repository at this point in the history
  • Loading branch information
the-r3aper7 committed Nov 22, 2022
1 parent c8aec8d commit 4b68e71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ Next the `start` command will:
pnpm start
```

Finally, you can use pnpm workspace command to run packages' commands, for example:
Finally, you can use `pnpm --filter` command to run packages' commands, for example:

```shell
pnpm workspace qwik-docs start
pnpm --filter qwik-docs start
```

More commands can be found in each package's package.json scripts section.
Expand Down

0 comments on commit 4b68e71

Please sign in to comment.