Build and deploy of version 29020161

This commit is contained in:
Renan LE CARO 2025-03-05 22:21:39 +01:00
parent fdccf12657
commit f993766d11
7 changed files with 18 additions and 20 deletions

View file

@ -4,6 +4,13 @@ if [[ $(node --version) != v21* ]]; then
exit 1
fi
if grep src -rE "T[O]DO|F[I]XME|console\.log"
then
echo "You have left some T0D0 or logs"
exit 1
fi
set -e
set -x