Skip to content

Commit

Permalink
npm cache of esm is faulty, breaks coverage standard-things/esm#746
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuck LeDuc Díaz committed Apr 22, 2020
1 parent 2b8fb51 commit 97330c0
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 @@ -45,8 +45,8 @@
"serve": "^11.3.0"
},
"scripts": {
"coverage": "nyc --reporter=text --reporter=html --reporter=lcov npm run mocha",
"coveralls": "nyc npm run mocha && nyc report --reporter=text-lcov | coveralls",
"coverage": "rm -rf node_modules/.cache/esm && nyc --reporter=text --reporter=html --reporter=lcov npm run mocha",
"coveralls": "rm -rf node_modules/.cache/esm && nyc npm run mocha && nyc report --reporter=text-lcov | coveralls",
"coverage:serve": "npm run coverage && serve coverage",
"lint": "eslint ./src ./test",
"lint:fix": "eslint ./src ./test --fix",
Expand Down

0 comments on commit 97330c0

Please sign in to comment.