filters on server side integrated and other things

This commit is contained in:
2020-07-18 16:17:09 +02:00
parent 700edfdd40
commit 4ddd13640f
4 changed files with 6 additions and 3 deletions
+3
View File
@@ -7,6 +7,9 @@ cd /app
echo "Cleaning node_modules"
rm -rf node_modules
echo "Cleaning npm cache"
npm cache clean --f
echo "Npm install"
npm install