mirror of
https://github.com/p-stream/providers.git
synced 2026-04-20 20:52:05 +00:00
Fix package.json
This commit is contained in:
parent
1fd98debc6
commit
9a920f86d2
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
|||
"homepage": "https://movie-web.github.io/providers/",
|
||||
"scripts": {
|
||||
"build": "vite build && tsc --noEmit",
|
||||
"cli": "ts-node -T ./src/dev-cli/index.ts",
|
||||
"cli": "ts-node ./src/dev-cli/index.ts",
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest",
|
||||
"test:providers": "cross-env MW_TEST_PROVIDERS=true vitest run --reporter verbose",
|
||||
|
|
|
|||
Loading…
Reference in a new issue