This commit is contained in:
parent
906cf18c76
commit
2017276596
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
"lint": "npx eslint src",
|
"lint": "npx eslint src",
|
||||||
"format-check": "npx prettier --check src",
|
"format-check": "npx prettier --check src",
|
||||||
"format-write": "npx prettier --write 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": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in a new issue