Skip to content

Commit

Permalink
ci.yml: only build module in e2e (mrdoob#27157)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Nov 9, 2023
1 parent 4a943ce commit 6f630a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
run: npm run build-module

- name: === E2E testing ===
run: npm run test-e2e
Expand Down

0 comments on commit 6f630a8

Please sign in to comment.