Skip to content

Commit 5140afc

Browse files
chore: Update build workflow to include pretest step
1 parent 90e8926 commit 5140afc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
- name: Install dependencies
3737
run: npm install
3838

39-
- name: Build
40-
run: npm run build
39+
- name: Pretest
40+
run: npm run pretest
4141

4242
- name: Test
4343
run: npm test

0 commit comments

Comments
 (0)