Skip to content

Commit

Permalink
[doc] Added instruction in docs to install prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
youhaveme9 committed Dec 25, 2024
1 parent fc4fbaa commit 690b3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Install development dependencies:
pip install -e .[qa,rest]
pip install -r requirements-test.txt
sudo npm install -g jshint stylelint
sudo npm install -g prettier
Set up the git *pre-push* hook to run tests and QA checks automatically
right before the git push action, so that if anything fails the push
Expand Down

0 comments on commit 690b3f0

Please sign in to comment.