Skip to content

Commit

Permalink
refactor: Explicitly run each test script
Browse files Browse the repository at this point in the history
As per
<#1003 (comment)>.
  • Loading branch information
l0b0 committed Jun 20, 2024
1 parent 2eee5ef commit 02be826
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 @@ -20,7 +20,7 @@
"scripts": {
"build": "tsc",
"lint": "npx eslint . --ignore-path .gitignore",
"test": "node --test"
"test": "node --test 'build/**/*.test.js'"
},
"publishConfig": {
"access": "restricted"
Expand Down

0 comments on commit 02be826

Please sign in to comment.