| |
"scripts": {
|
| |
"start": "vite",
|
| |
"start:http": "cargo run --manifest-path ./crates/test-http-api/Cargo.toml",
|
| - |
"build": "vite build && scripts/copy-katex-assets && scripts/install-twemoji-assets",
|
| + |
"build": "vite build && bash scripts/copy-katex-assets && bash scripts/install-twemoji-assets",
|
| |
"build:http": "cargo build --manifest-path ./crates/test-http-api/Cargo.toml",
|
| - |
"postinstall": "scripts/copy-katex-assets && scripts/install-twemoji-assets",
|
| + |
"postinstall": "bash scripts/copy-katex-assets && bash scripts/install-twemoji-assets",
|
| |
"preview": "vite preview",
|
| - |
"check": "scripts/check-js && scripts/check-rs",
|
| - |
"check-js": "scripts/check-js",
|
| - |
"check-rs": "scripts/check-rs",
|
| + |
"check": "bash scripts/check-js && bash scripts/check-rs",
|
| + |
"check-js": "bash scripts/check-js",
|
| + |
"check-rs": "bash scripts/check-rs",
|
| |
"test:unit": "TZ='UTC' vitest run",
|
| |
"test:e2e": "TZ='UTC' playwright test",
|
| |
"format": "npx prettier . --write",
|