Skip to content

Commit

Permalink
verify dist broken
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Aug 13, 2022
1 parent 121ec90 commit 12bf7ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci-jsx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,7 @@ jobs:
npm run test:jsx
- name: Build
run: |
npm run build
npm run build
- name: Dist
run: |
npm run dist
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,7 @@ jobs:
npm test
- name: Build
run: |
npm run build
npm run build
- name: Dist
run: |
npm run dist

0 comments on commit 12bf7ce

Please sign in to comment.