Skip to content

Commit

Permalink
chore: Checking type version to see if it's related.
Browse files Browse the repository at this point in the history
  • Loading branch information
LuchoTurtle committed Nov 9, 2023
1 parent 7d1e663 commit c80d672
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- run: npm i
- run: npm run lint
- run: npm run build
- run: npm run asd
- run: npm test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"nocov": "tap test/*.js",
"test": "nyc --reporter=lcov tap ./test/*.ts && tsd",
"coverage": "nyc tap ./test/*.ts && nyc check-coverage --statements 100 --functions 100 --lines 100 --branches 100 --report html",
"build": "tsup src/index.ts --format cjs, esm, --dts"
"build": "tsup src/index.ts --format cjs, esm, --dts",
"asd": "tap --version"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c80d672

Please sign in to comment.