Update npm@next to npm@latest

This commit is contained in:
Alex C 2022-12-20 11:08:18 -06:00 committed by GitHub
parent b484853fc5
commit ef2b092bd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -593,7 +593,7 @@ wait
# Activate the virtual environment
source $HD/env/saleor/bin/activate
# Update npm
npm install npm@next
npm install npm@latest
wait
# Make sure pip is upgraded
python3 -m pip install --upgrade pip
@ -712,4 +712,4 @@ fi
#########################################################################################
echo "I think we're done here."
echo "Test the installation."
#########################################################################################
#########################################################################################