error logging

This commit is contained in:
mrjvs
2023-09-06 17:04:43 +02:00
parent 637b3b635a
commit d325dab162
3 changed files with 5 additions and 4 deletions

View File

@@ -29,7 +29,7 @@
"homepage": "https://github.com/movie-web/providers#readme",
"scripts": {
"build": "vite build",
"test": "vitest run --coverage",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"lint": "eslint --ext .ts,.js src/",