Skip to content

Commit

Permalink
ci: fix cov and husky
Browse files Browse the repository at this point in the history
  • Loading branch information
v1rtl committed Jun 27, 2021
1 parent 0576c75 commit 6fae82b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 40 deletions.
24 changes: 0 additions & 24 deletions .commitlintrc.json

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:
run: pnpm build

- name: run tests
run: pnpm coverage
- run: pnpm test:coverage
- run: pnpm test:report

- name: Coveralls
uses: coverallsapp/github-action@master
Expand Down
4 changes: 0 additions & 4 deletions .husky/commit-msg

This file was deleted.

5 changes: 0 additions & 5 deletions .husky/pre-commit

This file was deleted.

7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@
"types": "./dist/index.d.ts",
"exports": "./dist/index.js",
"files": [
"dist/index.js",
"dist/index.d.ts",
"dist/token.d.ts",
"dist/utils.d.ts",
"README.md",
"LICENSE"
"dist"
],
"scripts": {
"build": "rollup -c",
Expand Down

0 comments on commit 6fae82b

Please sign in to comment.