mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 16:33:26 +00:00
removed npx from test npm script
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
"test": "vitest run",
|
"test": "vitest run",
|
||||||
"test:dev": "npx ts-node ./src/dev-cli.ts",
|
"test:dev": "ts-node ./src/dev-cli.ts",
|
||||||
"test:watch": "vitest",
|
"test:watch": "vitest",
|
||||||
"test:coverage": "vitest run --coverage",
|
"test:coverage": "vitest run --coverage",
|
||||||
"lint": "eslint --ext .ts,.js src/",
|
"lint": "eslint --ext .ts,.js src/",
|
||||||
|
Reference in New Issue
Block a user