Skip to content

Commit

Permalink
docs(CONTRIBUTING): fix pnpm recursive build command
Browse files Browse the repository at this point in the history
  • Loading branch information
forivall committed Oct 18, 2024
1 parent 1639163 commit 1b33d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Before you submit your Pull Request (PR) consider the following guidelines:
npx pnpm add -g pnpm
cd ucast
pnpm recursive i
pnpm build -r
pnpm -r build
```

* Make your changes in a new git branch (fork master branch):
Expand Down

0 comments on commit 1b33d09

Please sign in to comment.