npm ci# Unit tests
npm run test:unit
# End-to-end tests
npx playright install --with-deps
npm run test:e2e
# Run limited set of end-to-end tests on Chromium
npx playwright test --project chromiumnpm run devOpen http://localhost:5173.
npm run build
npm run previewOpen http://localhost:4173/.
npm run buildnpx vite build --sourcemap true