Skip to content

Commit

Permalink
[publish build] add build check action
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-diamond committed Aug 14, 2024
1 parent d9ee611 commit a123c88
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
with:
node-version: '18.x'

- name: Run Types check
run: 'npx tsc'
- name: Run Build check
run: 'npm run build'

0 comments on commit a123c88

Please sign in to comment.