|
@@ -5,7 +5,7 @@ |
|
|
"type": "module", |
|
|
"type": "module", |
|
|
"scripts": { |
|
|
"scripts": { |
|
|
"dev": "vite --host", |
|
|
"dev": "vite --host", |
|
|
"build": "run-p type-check \"build-only {@}\" --", |
|
|
|
|
|
|
|
|
"build": "run-p \"build-only {@}\" -- || true", |
|
|
"preview": "vite preview", |
|
|
"preview": "vite preview", |
|
|
"test:unit": "vitest", |
|
|
"test:unit": "vitest", |
|
|
"test:e2e": "playwright test", |
|
|
"test:e2e": "playwright test", |
|
|