Fix package.json

This commit is contained in:
2024-03-14 23:30:18 -05:00
parent 1fd98debc6
commit 9a920f86d2

View File

@@ -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",