replaced npm install by npm ci

This commit is contained in:
2021-02-23 14:42:14 +01:00
parent fca8c834c1
commit fc971fa605
+10 -7
View File
@@ -4,14 +4,17 @@ cat /etc/passwd|grep 1000
cd /app cd /app
echo "Cleaning node_modules" # echo "Cleaning node_modules"
rm -rf node_modules # rm -rf node_modules
#
# echo "Cleaning npm cache"
# npm cache clean --f
#
# echo "Npm install"
# npm install
echo "Cleaning npm cache" echo "Npm init"
npm cache clean --f npm ci
echo "Npm install"
npm install
# echo "Run npm dev" # echo "Run npm dev"
# npm run dev # npm run dev