mirror of
https://github.com/kou029w/websri.git
synced 2025-01-18 16:08:16 +00:00
fix test command for node 20
This commit is contained in:
parent
d7cf1bf4dc
commit
c652fb46f4
1 changed files with 1 additions and 1 deletions
|
@ -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": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue