Skip to content

Commit

Permalink
docs: update contributing guide (#2650)
Browse files Browse the repository at this point in the history
`build` task doesn't seem to exist anymore. Was replaced with two
separate build commands
  • Loading branch information
LiamConnors authored Dec 5, 2024
1 parent f29c3eb commit 1d940a8
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 @@ -49,7 +49,7 @@ By contributing to Pixi, you agree that your contributions will be licensed unde

## Pixi is a pixi project so use a preinstalled `pixi` to run the predefined tasks
```shell
pixi run build
pixi run build-debug # or `pixi run build-release` to build with optimizations
pixi run lint
pixi run test-all-fast
pixi run install # only works on unix systems as on windows you can't overwrite the binary while it's running
Expand Down

0 comments on commit 1d940a8

Please sign in to comment.