fix test command for node 20

This commit is contained in:
Nebel 2024-10-02 20:06:07 +09:00
parent d7cf1bf4dc
commit c652fb46f4
Signed by: nebel
GPG key ID: 79807D08C6EF6460

View file

@ -40,7 +40,7 @@
"scripts": { "scripts": {
"build": "pkgroll", "build": "pkgroll",
"prepublishOnly": "pkgroll", "prepublishOnly": "pkgroll",
"test": "tsx --test 'test/**/*.ts'", "test": "tsx --test $(find test -type f)",
"release": "release-it --" "release": "release-it --"
}, },
"devDependencies": { "devDependencies": {