Skip to content

Commit

Permalink
[Tests] always run coverage; downgrade nyc
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 18, 2023
1 parent 83fe463 commit 75ce1d5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -17,9 +17,8 @@
"url": "https://github.com/crypto-browserify/browserify-sign.git"
},
"scripts": {
"coverage": "nyc npm run tests-only",
"lint": "eslint --ext=js,mjs .",
"tests-only": "tape 'test/**/*.js'",
"tests-only": "nyc tape 'test/**/*.js'",
"pretest": "npm run lint",
"test": "npm run tests-only"
},
Expand All @@ -37,7 +36,7 @@
"devDependencies": {
"@ljharb/eslint-config": "^21.1.0",
"eslint": "^8.8.0",
"nyc": "^15.1.0",
"nyc": "^10.3.2",
"tape": "^5.6.6"
},
"browser": "browser/index.js"
Expand Down

0 comments on commit 75ce1d5

Please sign in to comment.