Skip to content

Commit

Permalink
ci: fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
barelyhuman committed Dec 2, 2023
1 parent d48d6b3 commit ab58ef2
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 @@ -18,6 +18,6 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Build
run: npm build
run: npm run build
- name: Test
run: npm run test:ci

0 comments on commit ab58ef2

Please sign in to comment.