Update npm@next to npm@latest
This commit is contained in:
parent
b484853fc5
commit
ef2b092bd8
1 changed files with 2 additions and 2 deletions
|
@ -593,7 +593,7 @@ wait
|
||||||
# Activate the virtual environment
|
# Activate the virtual environment
|
||||||
source $HD/env/saleor/bin/activate
|
source $HD/env/saleor/bin/activate
|
||||||
# Update npm
|
# Update npm
|
||||||
npm install npm@next
|
npm install npm@latest
|
||||||
wait
|
wait
|
||||||
# Make sure pip is upgraded
|
# Make sure pip is upgraded
|
||||||
python3 -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
|
@ -712,4 +712,4 @@ fi
|
||||||
#########################################################################################
|
#########################################################################################
|
||||||
echo "I think we're done here."
|
echo "I think we're done here."
|
||||||
echo "Test the installation."
|
echo "Test the installation."
|
||||||
#########################################################################################
|
#########################################################################################
|
||||||
|
|
Loading…
Reference in a new issue