Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include source of tna-nvm
Browse files Browse the repository at this point in the history
ahosgood committed Jan 13, 2025

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent cb14d37 commit e01245e
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/tna-python-dev/bin/dev
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ poetry install --no-root --with dev || true

if [ -f "/app/package.json" ]
then
tna-nvm
. tna-nvm
npm install -g [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
npm install
fi
2 changes: 1 addition & 1 deletion docker/tna-python-dev/bin/format
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ else
fi
echo

tna-nvm
. tna-nvm
npm --version

echo "Running prettier..."
2 changes: 1 addition & 1 deletion docker/tna-python-dev/bin/upgrade
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ then
if [ -f "/app/package.json" ]
then
echo "Upgrading npm dependencies..."
tna-nvm
. tna-nvm
npm update
else
echo "package.json does not exist"
2 changes: 1 addition & 1 deletion docker/tna-python/bin/tna-node
Original file line number Diff line number Diff line change
@@ -17,6 +17,6 @@ then
exit 1
fi

tna-nvm
. tna-nvm
npm install
npm run "$1"

0 comments on commit e01245e

Please sign in to comment.