We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e26180 commit 8bd6523Copy full SHA for 8bd6523
.github/workflows/e2e.yml
@@ -138,9 +138,9 @@ jobs:
138
restore-keys: |
139
${{ runner.os }}-turbo-
140
141
- # Build only the open-next package + its monorepo dependencies
+ # Build only the @opennextjs/aws package + its monorepo dependencies
142
- name: Build
143
- run: pnpm --filter open-next... run build
+ run: pnpm --filter @opennextjs/aws... run build
144
145
# Deploy e2e stage
146
- name: Deploy NextjsSite
0 commit comments