Skip to content

Commit

Permalink
ci: ✏️ fix typo in ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
thkruz committed Jul 9, 2022
1 parent 383d55d commit 841ae40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}

- name: Compile TypeScript and build UMD files
run: npm run build:umd
run: npm run build

- name: Build coverage
run: npm run test:coverage
Expand Down

0 comments on commit 841ae40

Please sign in to comment.