Skip to content

Commit

Permalink
fix e2e not building
Browse files Browse the repository at this point in the history
  • Loading branch information
conico974 committed Oct 2, 2024
1 parent 0e26180 commit 0fa575f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ jobs:
restore-keys: |
${{ runner.os }}-turbo-
# Build only the open-next package + its monorepo dependencies
# Build only the @opennextjs/aws package + its monorepo dependencies
- name: Build
run: pnpm --filter open-next... run build
run: pnpm --filter @opennextjs/aws... run build

# Deploy e2e stage
- name: Deploy NextjsSite
Expand Down

0 comments on commit 0fa575f

Please sign in to comment.