Skip to content

Commit

Permalink
Merge 6b72b7a into 0b4476c
Browse files Browse the repository at this point in the history
  • Loading branch information
elie29 committed Mar 17, 2023
2 parents 0b4476c + 6b72b7a commit db30d7a
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 db30d7a

Please sign in to comment.