mirror of
https://github.com/sussy-code/providers.git
synced 2026-03-11 17:55:37 +00:00
removed npx from test npm script
This commit is contained in:
parent
688d0c008a
commit
88b2e631f0
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
"scripts": {
|
||||
"build": "vite build",
|
||||
"test": "vitest run",
|
||||
"test:dev": "npx ts-node ./src/dev-cli.ts",
|
||||
"test:dev": "ts-node ./src/dev-cli.ts",
|
||||
"test:watch": "vitest",
|
||||
"test:coverage": "vitest run --coverage",
|
||||
"lint": "eslint --ext .ts,.js src/",
|
||||
|
|
|
|||
Loading…
Reference in a new issue