Skip to content

Commit

Permalink
Don't try and install npm dependencies when formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Jan 8, 2025
1 parent 125adbd commit 39be2a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/tna-python-dev/bin/format
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ else
fi
echo

tna-npm install
tna-npm --version

echo "Running prettier..."
prettier --write /app
Expand Down
3 changes: 3 additions & 0 deletions docker/tna-python-dev/bin/help
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ echo ""
echo "tna-node"
echo " Run a Node command from your package.json"
echo ""
echo "tna-npm"
echo " Run a command for npm that uses the correct version of Node"
echo ""
echo "secret-key"
echo " Generate a string that can be used as the environment variable SECRET_KEY"
echo ""
Expand Down

0 comments on commit 39be2a7

Please # to comment.