Primewire

This commit is contained in:
2024-03-14 23:28:44 -05:00
parent 6bc765caed
commit 1fd98debc6
7 changed files with 4684 additions and 3 deletions

View File

@@ -35,7 +35,7 @@
"homepage": "https://movie-web.github.io/providers/",
"scripts": {
"build": "vite build && tsc --noEmit",
"cli": "ts-node ./src/dev-cli/index.ts",
"cli": "ts-node -T ./src/dev-cli/index.ts",
"test": "vitest run",
"test:watch": "vitest",
"test:providers": "cross-env MW_TEST_PROVIDERS=true vitest run --reporter verbose",