mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-06 08:54:57 +05:30
fix: ci
This commit is contained in:
parent
f88536ebe3
commit
c252ed3d20
4 changed files with 16 additions and 16 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue