From ef2b092bd8f5d87e33ea744b0aacda8d6d71f50c Mon Sep 17 00:00:00 2001 From: Alex C <102269444+alta-atc@users.noreply.github.com> Date: Tue, 20 Dec 2022 11:08:18 -0600 Subject: [PATCH] Update npm@next to npm@latest --- deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index 294f729..62b7432 100644 --- a/deploy.sh +++ b/deploy.sh @@ -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." -######################################################################################### \ No newline at end of file +#########################################################################################