* Update dependencies * Fix lint, use npm@6 * Fix unit tests * Dowgrade Fastlane * Fix Fastlane script * use android:api-29-node ci image * Infer gradle json file from apk output folder * Fastlane to Parse new version of gradle output-metadata.json
4 lines
69 B
Bash
Executable file
4 lines
69 B
Bash
Executable file
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
sh ./scripts/pre-commit.sh
|