Skip to content

Commit

Permalink
Revert "Update run-nitrogen.yml"
Browse files Browse the repository at this point in the history
This reverts commit 5700a01.
  • Loading branch information
mrousavy committed Sep 13, 2024
1 parent 5580318 commit 7eb21cc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/run-nitrogen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,19 @@ jobs:
- name: Install npm dependencies (bun)
run: bun install --frozen-lockfile

- name: Install npm dependencies (bun)
working-directory: example
run: bun install --frozen-lockfile
- name: Install npm dependencies (bun)
working-directory: packages/nitrogen
run: bun install --frozen-lockfile
- name: Install npm dependencies (bun)
working-directory: packages/react-native-nitro-modules
run: bun install --frozen-lockfile
- name: Install npm dependencies (bun)
working-directory: packages/react-native-nitro-image
run: bun install --frozen-lockfile

- name: Run nitro-codegen in packages/react-native-nitro-image
working-directory: packages/react-native-nitro-image
run: bun run nitro-codegen --logLevel="debug"
Expand Down

0 comments on commit 7eb21cc

Please sign in to comment.