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 c9c3246 commit 3f4fe17Copy full SHA for 3f4fe17
1 file changed
.github/workflows/ci-e2e.yaml
@@ -30,6 +30,8 @@ jobs:
30
node-version-file: "./package.json"
31
- name: Install dependencies
32
run: pnpm install
33
+ - name: Build packages
34
+ run: pnpm exec turbo run build
35
- name: Run E2E tests
36
run: pnpm --filter e2e test
37
env:
0 commit comments