docs: Update CONTRIBUTING

This commit is contained in:
Marc Rousavy
2023-09-01 18:32:23 +02:00
parent 7772fc3588
commit 290a20f8e3
3 changed files with 10 additions and 5 deletions

View File

@@ -35,7 +35,7 @@
"build": "bob build",
"release": "release-it",
"pods": "cd example && yarn pods",
"bootstrap": "yarn && cd example && yarn && yarn setup && yarn pods",
"bootstrap": "yarn && cd example && yarn && yarn pods",
"check-android": "scripts/ktlint.sh && scripts/clang-format.sh",
"check-ios": "scripts/swiftlint.sh && scripts/swiftformat.sh && scripts/clang-format.sh",
"check-js": "yarn lint --fix && yarn typescript",