mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-09 17:56:16 +05:30
fix: package.json
This commit is contained in:
parent
c2a8b00357
commit
f4d5839ff8
2 changed files with 54 additions and 40 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue