Skip to content

Commit 8bd6523

Browse files
authored
fix e2e not building (#530)
1 parent 0e26180 commit 8bd6523

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ jobs:
138138
restore-keys: |
139139
${{ runner.os }}-turbo-
140140
141-
# Build only the open-next package + its monorepo dependencies
141+
# Build only the @opennextjs/aws package + its monorepo dependencies
142142
- name: Build
143-
run: pnpm --filter open-next... run build
143+
run: pnpm --filter @opennextjs/aws... run build
144144

145145
# Deploy e2e stage
146146
- name: Deploy NextjsSite

0 commit comments

Comments
 (0)