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

@@ -7,8 +7,7 @@
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"setup": "cd ios && bundle install",
"pods": "cd ios && bundle exec pod install",
"pods": "cd ios && pod install",
"lint": "eslint .",
"lint-ci": "yarn lint -f ../node_modules/@firmnav/eslint-github-actions-formatter/dist/formatter.js",
"typescript": "tsc --noEmit"

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",