Make at the end of setup_prod.sh

This commit is contained in:
Raphaël Jakse 2020-05-17 09:07:41 +02:00
parent 804f744fb3
commit 8f7f215408
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
#!/usr/bin/env sh
cd ..
make
exec "$(dirname "$0")/disable-const-let.sh"
if ! [ -f "$(dirname "$(dirname "$0")")/public/config.js" ]; then
touch "$(dirname "$(dirname "$0")")/public/config.js"
fi
cd ..
make