Skip to content

Commit

Permalink
build: Split commands
Browse files Browse the repository at this point in the history
  • Loading branch information
unlight committed Mar 13, 2022
1 parent b5e053b commit dec9203
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
npm run regen
npm run test
npm run build
- name: 'Compatibilty Check'
run: |
npm run compatibilty_check
release:
name: 'Release'
Expand Down

0 comments on commit dec9203

Please sign in to comment.