use a find
All checks were successful
PR Check / lint-and-format (pull_request) Successful in 29s

This commit is contained in:
Mylloon 2024-12-14 11:56:18 +01:00
parent 906cf18c76
commit 2017276596
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -10,7 +10,7 @@
"lint": "npx eslint src",
"format-check": "npx prettier --check src",
"format-write": "npx prettier --write src",
"test": "node --import tsx --test **/*.test.ts"
"test": "find . -type f -name '*.test.ts' | xargs node --import tsx --test"
},
"repository": {
"type": "git",