Skip to content

Commit

Permalink
πŸ‘€ Typo and cat store.d.ts (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
elie29 committed Mar 17, 2023
1 parent 0b4476c commit ba1137b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/npm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,15 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Install Dependancies
- name: Install Dependencies
run: npm install

- name: Build TSC
run: npm run tsc

- name: Cat store.d.ts
run: cat dist/store.d.ts

- name: Test & covers
run: npm run coveralls

Expand Down

0 comments on commit ba1137b

Please sign in to comment.