Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
knicklabs authored Jun 14, 2022
1 parent 099aa71 commit 1665670
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"test": "jest --collectCoverage",
"release": "npm run build && release-it",
"release:dry": "npm run build && release-it --dry-run",
"coverage": "nyc report --temp-directory=coverage --reporter=text-lcov | coveralls"
"coverage": "nyc report --temp-directory=coverage --reporter=text-lcov | coveralls",
"coverage:dry": "nyc report --temp-directory=coverage --reporter=text-lcov"
},
"author": "Nickolas Kenyeres <[email protected]> (https://www.kenyeres.ca)",
"license": "MIT",
Expand Down

0 comments on commit 1665670

Please sign in to comment.