diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2025-10-22 16:09:09 +0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-22 15:09:09 +0300 |
| commit | 4dd315f21f2c204be71ef1859aa2412233420517 (patch) | |
| tree | 95831f985e9cef3a5385f51eafb443121dd069b4 /frontend/package.json | |
| parent | fix/frontend: use API url based on environment (#282) (diff) | |
| download | lphub-4dd315f21f2c204be71ef1859aa2412233420517.tar.gz lphub-4dd315f21f2c204be71ef1859aa2412233420517.tar.bz2 lphub-4dd315f21f2c204be71ef1859aa2412233420517.zip | |
feat/frontend: tidy up records view on mobile (#283)
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/package.json b/frontend/package.json index 02b5ee3..946ee40 100644 --- a/frontend/package.json +++ b/frontend/package.json | |||
| @@ -20,6 +20,7 @@ | |||
| 20 | "build": "vite build", | 20 | "build": "vite build", |
| 21 | "preview": "vite preview", | 21 | "preview": "vite preview", |
| 22 | "lint": "eslint .", | 22 | "lint": "eslint .", |
| 23 | "lint-fix": "eslint . --fix", | ||
| 23 | "type-check": "tsc -b" | 24 | "type-check": "tsc -b" |
| 24 | }, | 25 | }, |
| 25 | "devDependencies": { | 26 | "devDependencies": { |