Skip to content

Commit

Permalink
add build to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpaulus committed Nov 19, 2024
1 parent 89887a8 commit 807cc40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: npm install

- name: Build API
run: npm build
run: npm run build

- name: Run tests
run: npm test
Expand Down

0 comments on commit 807cc40

Please sign in to comment.