chore: fix bootstrap script (#381)
This commit is contained in:
parent
b7bfa5ef0a
commit
2e00b5bc33
@ -34,7 +34,7 @@
|
||||
"build": "bob build",
|
||||
"release": "release-it",
|
||||
"pods": "cd example && yarn pods",
|
||||
"bootstrap": "yarn && cd example && yarn && yarn pods",
|
||||
"bootstrap": "yarn && cd example && yarn && yarn setup && yarn pods",
|
||||
"check-android": "scripts/ktlint.sh && scripts/cpplint.sh",
|
||||
"check-ios": "scripts/swiftformat.sh && scripts/swiftlint.sh",
|
||||
"check-js": "yarn lint --fix && yarn typescript",
|
||||
|
Loading…
Reference in New Issue
Block a user