diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dd4e5379a..5e76e1319 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: - name: Install modules run: yarn - name: Install example - run: yarn bootstrap-macos + run: yarn bootstrap - name: Build run: cd example/ios && xcodebuild -workspace CameraKitExample.xcworkspace -configuration Debug -scheme CameraKitExample -sdk iphoneos build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO build-example-android: diff --git a/package.json b/package.json index 88f37a964..b714a082d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "release:beta": "yarn clean && yarn build && yarn publish --tag beta --verbose", "release:local": "yarn clean && yarn build && tmp=$(mktemp) && yarn pack --filename $tmp.tar.gz && open -R $tmp.tar.gz", "start": "watchman watch-del-all && node node_modules/react-native/local-cli/cli.js start", - "bootstrap-macos": "cd example/ && bundle install && yarn && cd ios/ && bundle exec pod install", + "bootstrap": "cd example/ && bundle install && yarn && cd ios/ && bundle exec pod install", "bootstrap-linux": "cd example/ && yarn" }, "main": "dist/index.js",