Skip to content

Commit b3ddc77

Browse files
committed
Fix error in CI
1 parent b2d3732 commit b3ddc77

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,12 @@ jobs:
6868
node-version: 16.x
6969
- name: Install dependencies
7070
run: npm ci
71-
- name: Sanity check
72-
run: run-s build examples test
71+
- name: Build
72+
run: npm run build
73+
- name: Run examples
74+
run: npm run examples
75+
- name: Test
76+
run: npm test
7377
- name: Deploy to NPM
7478
uses: JS-DevTools/[email protected]
7579
with:

0 commit comments

Comments
 (0)