Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners committed Apr 21, 2023
1 parent e5332b2 commit a75330d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -5,8 +5,8 @@
"main": "index.js",
"scripts": {
"lint": "standard | snazzy",
"test": "tap --no-coverage \"test/**/*.test.js\"",
"test:ci": "standard | snazzy && tap \"test/**/*.test.js\" --no-check-coverage --coverage-report=lcovonly"
"test": "tap --no-cov 'test/**/*.test.js'",
"test:ci": "standard | snazzy && tap \"test/**/*.test.js\" --coverage-report=lcovonly"
},
"precommit": [
"lint",
Expand Down

0 comments on commit a75330d

Please sign in to comment.