all submodules updates

api : indexing, index occurences, debuging
client : indexes, references with occurences ans links to texts
This commit is contained in:
2020-07-09 18:48:27 +02:00
parent 2d5bf65663
commit 40a0e85a1d
5 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -2,11 +2,12 @@
cat /etc/passwd|grep 1000
cd /app
echo "Cleaning node_modules"
rm -rf node_modules
echo "Npm install"
cd /app
npm install
echo "Run npm dev"