mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-29 16:16:02 +00:00
fix: ci
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user