Refactored dev-cli

This commit is contained in:
mrjvs
2023-12-26 17:00:35 +01:00
parent af00bcf7c1
commit feddf9c215
8 changed files with 463 additions and 430 deletions

View File

@@ -35,8 +35,8 @@
"homepage": "https://providers.docs.movie-web.app/",
"scripts": {
"build": "vite build && tsc --noEmit",
"cli": "ts-node ./src/dev-cli/index.ts",
"test": "vitest run",
"test:dev": "ts-node ./src/dev-cli.ts",
"test:watch": "vitest",
"test:integration": "node ./tests/cjs && node ./tests/esm && node ./tests/browser",
"test:coverage": "vitest run --coverage",