Skip to content

Commit

Permalink
Fix npmv scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Jan 8, 2025
1 parent 66c5dbd commit 191c630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/tna-python/bin/tna-node
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ then
exit 1
fi

npmv install
npmv run "$1"
tna-npm install
tna-npm run "$1"

0 comments on commit 191c630

Please # to comment.