diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1031eb7d..855ba477 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: run-e2e-ios: needs: cancel_previous - runs-on: 'macos-12' + runs-on: 'macos-13' steps: - uses: actions/checkout@v2 diff --git a/.gitignore b/.gitignore index ac1a2bde..deb04200 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ !.yarn/sdks !.yarn/versions .pnp.* +**/.yarn # Swap the comments on the following lines if you don't wish to use zero-installs # Documentation here: https://yarnpkg.com/features/zero-installs diff --git a/examples/AnalyticsReactNativeExample/.yarn/install-state.gz b/examples/AnalyticsReactNativeExample/.yarn/install-state.gz deleted file mode 100644 index 9502bd32..00000000 Binary files a/examples/AnalyticsReactNativeExample/.yarn/install-state.gz and /dev/null differ diff --git a/package.json b/package.json index 00fd8956..2d9307d2 100644 --- a/package.json +++ b/package.json @@ -8,10 +8,10 @@ "packages/plugins/*" ], "scripts": { - "bootstrap": "yarn install && yarn example install && husky install", + "bootstrap": "yarn install && yarn example install && yarn example pods && husky install", "core": "yarn workspace @segment/analytics-react-native", "sovran": "yarn workspace @segment/sovran-react-native", - "example": "yarn --cwd example", + "example": "yarn --cwd examples/AnalyticsReactNativeExample", "build": " yarn workspaces foreach -A --topological-dev run build", "testAll": " yarn workspaces foreach -A -p run test --passWithNoTests", "clean": " yarn workspaces foreach -A -p run clean",