This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# We run build hooks before your application has been packaged. | |
build: | | |
set -e | |
echo "\n================================== Install and configure Baler - Start ==================================" | |
echo "================= Install and configure Baler - Upgrade node version 14.4.0 - Start =================" | |
unset NPM_CONFIG_PREFIX | |
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | dash | |
export NVM_DIR="$HOME/.nvm" | |
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" |