🔧 Add tests scripts in package.json (#2098)
This commit is contained in:
@@ -8,7 +8,9 @@
|
||||
"build": "tsc -p tsconfig.build.json && vite build",
|
||||
"lint": "biome check --write --unsafe --no-errors-on-unmatched --files-ignore-unknown=true ./",
|
||||
"preview": "vite preview",
|
||||
"generate-client": "openapi-ts"
|
||||
"generate-client": "openapi-ts",
|
||||
"test": "bunx playwright test",
|
||||
"test:ui": "bunx playwright test --ui"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hookform/resolvers": "^5.2.2",
|
||||
|
||||
Reference in New Issue
Block a user