Skip to content

Commit

Permalink
fix: cross platform open
Browse files Browse the repository at this point in the history
  • Loading branch information
jbcpollak committed Aug 8, 2019
1 parent 50c847f commit ac23eef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -21,9 +21,7 @@
"pretest": "npm run build",
"test": "npm run only:test",
"precommit": "npm test",
"htmlcov": "npm run htmlcov:$(bash -c 'echo $OSTYPE')",
"htmlcov:linux-gnu": "xdg-open coverage/index.html",
"htmlcov:darwin": "open coverage/index.html",
"htmlcov": "open-cli coverage/index.html",
"clean": "rm -rf coverage/ dist/ .nyc_output/"
},
"dependencies": {},
Expand All @@ -43,6 +41,7 @@
"mocha": "6.1.4",
"mocha-junit-reporter": "1.22.0",
"nyc": "14.1.0",
"open-cli": "5.0.0",
"source-map-support": "0.5.12",
"typescript": "3.4.5"
},
Expand Down

0 comments on commit ac23eef

Please sign in to comment.