Skip to content

Commit

Permalink
ci: fix ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
lazzzis committed Sep 30, 2024
1 parent 4205179 commit b9f6f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"posttest": "cross-env NODE_ENV=test node test/posttest.js",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov",
"prepare": "husky install"
},
"dependencies": {
Expand Down

0 comments on commit b9f6f11

Please sign in to comment.