replaced npm install by npm ci
This commit is contained in:
@@ -4,14 +4,17 @@ cat /etc/passwd|grep 1000
|
||||
|
||||
cd /app
|
||||
|
||||
echo "Cleaning node_modules"
|
||||
rm -rf node_modules
|
||||
# echo "Cleaning node_modules"
|
||||
# rm -rf node_modules
|
||||
#
|
||||
# echo "Cleaning npm cache"
|
||||
# npm cache clean --f
|
||||
#
|
||||
# echo "Npm install"
|
||||
# npm install
|
||||
|
||||
echo "Cleaning npm cache"
|
||||
npm cache clean --f
|
||||
|
||||
echo "Npm install"
|
||||
npm install
|
||||
echo "Npm init"
|
||||
npm ci
|
||||
|
||||
# echo "Run npm dev"
|
||||
# npm run dev
|
||||
|
||||
Reference in New Issue
Block a user