Skip to content

Commit

Permalink
📚 docs: Update CODE_OF_CONDUCT file
Browse files Browse the repository at this point in the history
  • Loading branch information
ARYAN-NIKNEZHAD committed Sep 5, 2024
1 parent d2f4ef3 commit 0c090b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Thank you for your interest in contributing to our package! This document outlin
11. **Export Dependencies**: Export dependencies for development and production.
```bash
poetry export -f requirements.txt --output packages/requirements.txt --without-hashes
poetry export -f requirements.txt --dev --output packages/requirements-dev.txt --without-hashes
poetry export -f requirements.txt --with dev --output packages/requirements-dev.txt --without-hashes
```

## Commitizen Message Rule
Expand Down

0 comments on commit 0c090b4

Please sign in to comment.