Skip to content

Commit

Permalink
fix test args
Browse files Browse the repository at this point in the history
  • Loading branch information
sarisia committed Oct 7, 2023
1 parent 0fb733e commit 4160d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Post Github Actions CI status to Discord",
"main": "lib/index.js",
"scripts": {
"test": "jest --verbose --ci --detectOpenHandles",
"test": "jest --verbose --ci",
"build": "ncc build -o lib --minify src/main.ts",
"deps": "ncu --doctor -u"
},
Expand Down

0 comments on commit 4160d05

Please sign in to comment.