You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"if [ -e /.dockerenv ]; then \n\n echo execute in Docker\nyarn hook:pre-commit\nelse\necho execute in local\ndocker-compose exec -T web yarn hook:pre-commit\n\nfi"