Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Change coverage:show to coverage:open
Browse files Browse the repository at this point in the history
(cherry picked from commit 84514fc)
  • Loading branch information
queengooborg authored and foolip committed Mar 16, 2023
1 parent 0c4b80c commit c402402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"start": "NODE_ENV=production node app.js",
"dev": "npm i && nodemon -e ts,json,idl,scss,yaml --exec \"npm run build:tests && npm run build:resources && ts-node app.ts\"",
"unittest": "NODE_ENV=test c8 mocha --recursive 'unittest/**/*.ts'",
"coverage": "npm run coverage:report && npm run coverage:show",
"coverage": "npm run coverage:report && npm run coverage:open",
"coverage:report": "c8 report -r lcov",
"coverage:show": "open-cli coverage/lcov-report/index.html",
"coverage:open": "open-cli coverage/lcov-report/index.html",
"test": "npm run format && npm run unittest",
"selenium": "ts-node selenium.ts",
"update-bcd": "ts-node update-bcd.ts",
Expand Down

0 comments on commit c402402

Please sign in to comment.