fix: package.json

This commit is contained in:
Ibrahima G. Coulibaly 2024-06-28 17:21:38 +01:00
commit f4d5839ff8
2 changed files with 54 additions and 40 deletions

View file

@ -17,7 +17,7 @@
"build": "tsc && vite build",
"serve": "vite preview",
"test": "vitest",
"test:e2e": "npm run build && playwright test",
"test:e2e": "playwright test",
"test:ui": "vitest --ui",
"script:create:tool": "node scripts/create-tool.mjs",
"lint": "eslint src --max-warnings=0 --fix",