mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-23 05:26:15 -04:00
Build and deploy of version 29020161
This commit is contained in:
parent
fdccf12657
commit
f993766d11
7 changed files with 18 additions and 20 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue