mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-20 04:05:06 -04:00
Build and deploy of version 29020162
This commit is contained in:
parent
7ba90fdf01
commit
8242837b77
6 changed files with 7 additions and 7 deletions
|
@ -5,7 +5,7 @@ if [[ $(node --version) != v21* ]]; then
|
|||
fi
|
||||
|
||||
|
||||
if grep src -rE "T[O]DO|F[I]XME|console\.log"
|
||||
if grep -rE "T[O]DO|F[I]XME|console\.log" src
|
||||
then
|
||||
echo "You have left some T0D0 or logs"
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue