Skip to content

Commit

Permalink
Hmmge
Browse files Browse the repository at this point in the history
  • Loading branch information
solomonhawk committed Nov 2, 2024
1 parent d1d6854 commit ed5855d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ jobs:
- name: Format
run: npm run format:ci

- name: Build
run: npm run build
- name: Build Engine
run: npm run build -w @manifold/engine

- name: Build Web
run: npm run build -w web

- name: Test
run: npm run test

0 comments on commit ed5855d

Please sign in to comment.