This commit is contained in:
Ibrahima G. Coulibaly 2024-06-28 16:44:18 +01:00
commit c252ed3d20
4 changed files with 16 additions and 16 deletions

View file

@ -17,8 +17,7 @@
"build": "tsc && vite build",
"serve": "vite preview",
"test": "vitest",
"test:e2e": "start-server-and-test dev http://localhost:5173 test:e2e:run",
"test:e2e:run": "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",