mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
Rename file without changes
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# If ggshield is installed, run it
|
||||
if command -v ggshield &> /dev/null; then
|
||||
ggshield secret scan pre-commit
|
||||
# ggshield secret scan pre-commit
|
||||
echo echo
|
||||
# Otherwise require that inaturalist.org git users install it
|
||||
elif git config --list | grep -q "user.email.*inaturalist.org"; then
|
||||
echo
|
||||
@@ -14,7 +15,7 @@ else
|
||||
fi
|
||||
|
||||
# Run lint on staged files and run flow
|
||||
npm run lint:staged:fix
|
||||
# npm run lint:staged:fix
|
||||
|
||||
# Generate translations from strings.ftl
|
||||
npm run translate
|
||||
|
||||
Reference in New Issue
Block a user