mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 12:33:25 +00:00
removed npx from test npm script
This commit is contained in:
@@ -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/",
|
||||
|
Reference in New Issue
Block a user