Skip to content

Commit

Permalink
Version formatting in cd
Browse files Browse the repository at this point in the history
  • Loading branch information
renatodellosso committed Sep 14, 2024
1 parent a7a8cc8 commit 678efb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ git pull
git stash apply
NPM=$(which npm)
echo "Version details:"
echo " Default Node: $(node -v)"
echo " NPM Version: $($NPM -v)"
echo " Node Version: $(node -v)"
echo " NPM Version: v$($NPM -v)"
$NPM ci
$NPM run build
pid=$(sudo lsof -t -i:443)
Expand Down

0 comments on commit 678efb4

Please sign in to comment.