chore: align frontend tooling with bun
This commit is contained in:
@@ -203,11 +203,10 @@ pytest -v && pytest tests/api/test_auth.py::test_login -v
|
||||
### Frontend
|
||||
```bash
|
||||
cd frontend
|
||||
npm install
|
||||
npm run dev
|
||||
npm run build
|
||||
npm run lint && npm run lint:fix
|
||||
npm test -- --testPathPattern="api" --testNamePattern="login"
|
||||
bun install
|
||||
bun run dev
|
||||
bun run build
|
||||
bun run preview
|
||||
```
|
||||
|
||||
### Docker
|
||||
|
||||
Reference in New Issue
Block a user