Skip to content

Commit

Permalink
Revert to standard paths and org scope
Browse files Browse the repository at this point in the history
  • Loading branch information
Johennes committed Nov 15, 2024
1 parent 88fb39c commit 8fd9c2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- name: Generate & build turbo module
run: |
./scripts/test-turbo-modules.sh \
--slug '@my-org/my-lib'
--ubrn-config integration/fixtures/compat/ubrn.config.yaml \
--builder-bob-version ${{ matrix.bob-version }} \
--rn-version ${{ matrix.rn-version }} \
Expand Down
4 changes: 2 additions & 2 deletions integration/fixtures/compat/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"codegenConfig": {
"outputDir": {
"ios": "ios/tmp",
"android": "android/tmp"
"ios": "ios/generated",
"android": "android/generated"
}
}
}

0 comments on commit 8fd9c2d

Please sign in to comment.