Skip to content

Commit

Permalink
added build:lib command to CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Nov 23, 2024
1 parent 8a92a10 commit 5c274e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:

- name: Install and test
run: |
nix develop --command bash -c "npm install && npm run test"
nix develop --command bash -c "npm install && npm run build:lib && npm run test"

0 comments on commit 5c274e9

Please sign in to comment.