docs: Update CONTRIBUTING
This commit is contained in:
@@ -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"
|
||||
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user