Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Nov 6, 2023
1 parent 35752cb commit d30db55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,4 @@ dist
# Finder (MacOS) folder config
.DS_Store

site/.vitepress/cache

lcov.info
site/.vitepress/cache
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"prepublishOnly": "pnpm build",
"test": "tsx src/**/*.test.ts",
"test:coverage": "c8 tsx --test src/**/*.test.ts",
"test:report": "c8 report --reporter=text-lcov > lcov.info"
"test:report": "c8 report --reporter=text-lcov > ./coverage/lcov.info"
},
"publishConfig": { "access": "public" }
}

0 comments on commit d30db55

Please sign in to comment.