mirror of
https://github.com/kou029w/websri.git
synced 2025-01-18 08:05:13 +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": {
|
||||
"build": "pkgroll",
|
||||
"prepublishOnly": "pkgroll",
|
||||
"test": "tsx --test 'test/**/*.ts'",
|
||||
"test": "tsx --test $(find test -type f)",
|
||||
"release": "release-it --"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Add table
Reference in a new issue