Skip to content

Commit

Permalink
chore: Update build workflow to include pretest step
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettsummerfi3ld committed Jul 1, 2024
1 parent 90e8926 commit 5140afc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Install dependencies
run: npm install

- name: Build
run: npm run build
- name: Pretest
run: npm run pretest

- name: Test
run: npm test

0 comments on commit 5140afc

Please sign in to comment.