Skip to content

Commit

Permalink
Merge pull request #417 from ZIMkaRU/bugfix/fix-docker-container-prep…
Browse files Browse the repository at this point in the history
…aration-for-release-building

Fix docker container preparation for release building
  • Loading branch information
ezewer authored Oct 11, 2024
2 parents 9371a7d + d3ea50b commit 9d688a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/helpers/install-nodejs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ unlink /usr/local/CHANGELOG.md
unlink /usr/local/LICENSE
unlink /usr/local/README.md

npm cache clear --force
npm cache clear --force 2>/dev/null
npm install --global [email protected]

echo -e "\n${COLOR_GREEN}The NodeJS has been installed successful${COLOR_NORMAL}"

0 comments on commit 9d688a8

Please sign in to comment.