Skip to content

Commit

Permalink
add build to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinsj committed Jun 9, 2024
1 parent e292aed commit 17affca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: Test

on: [push]
Expand All @@ -15,3 +14,4 @@ jobs:
- run: npm ci
- run: npm run lint
- run: npm run test
- run: npm run build

0 comments on commit 17affca

Please sign in to comment.