Skip to content

Commit

Permalink
Fix error in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed May 6, 2022
1 parent b2d3732 commit b3ddc77
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,12 @@ jobs:
node-version: 16.x
- name: Install dependencies
run: npm ci
- name: Sanity check
run: run-s build examples test
- name: Build
run: npm run build
- name: Run examples
run: npm run examples
- name: Test
run: npm test
- name: Deploy to NPM
uses: JS-DevTools/[email protected]
with:
Expand Down

0 comments on commit b3ddc77

Please sign in to comment.