Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit aef1971

Browse files
feat: added build script in github CI (#352)
1 parent 410c0e6 commit aef1971

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
- name: Unit Tests
4141
run: npm run test
4242

43+
- name: Build
44+
run: npm run build
45+
4346
- name: Validation Checks
4447
run: ./.github/validate_changes_for_merge.sh
4548

0 commit comments

Comments
 (0)