Skip to content

Commit bf993ce

Browse files
Update .github/workflows/build.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 756ef1f commit bf993ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
- name: Lint validation
2929
run: npm run lint
3030

31+
- name: Build
32+
run: npm run build
3133
- name: Test & coverage
3234
run: npm run test:coverage
3335

0 commit comments

Comments
 (0)