This commit is contained in:
2021-11-29 15:51:56 +01:00
parent 3c70fe7a1e
commit e509db16a6
5 changed files with 30 additions and 16 deletions
+9 -6
View File
@@ -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 "Cleaning npm cache"
# npm cache clean --f
echo "Npm install"
npm install
# echo "Npm install"
# npm install
echo "Npm clean install"
npm ci
# echo "Run npm dev"
# npm run dev