chore: fix bootstrap script (#381)

This commit is contained in:
Bartosz Kaszubowski
2021-08-20 17:37:13 +02:00
committed by GitHub
parent b7bfa5ef0a
commit 2e00b5bc33

View File

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