Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/generate-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
enable-cache: true
- name: Install dependencies
run: npm ci
working-directory: frontend
- run: uv sync
working-directory: backend
- run: uv run bash scripts/generate-client.sh
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ jobs:
node-version: 20
- name: Install dependencies
run: npm ci
working-directory: frontend
- name: Download blob reports from GitHub Actions Artifacts
uses: actions/download-artifact@v7
with:
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
hooks:
- id: local-biome-check
name: biome check
entry: bash -c 'cd frontend && npm run lint'
entry: npm run lint
language: system
types: [text]
files: ^frontend/
Expand Down
1 change: 0 additions & 1 deletion development.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ docker compose stop frontend
And then start the local frontend development server:

```bash
cd frontend
npm run dev
```

Expand Down
5 changes: 0 additions & 5 deletions frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ Before you begin, ensure that you have either the Node Version Manager (nvm) or

* After installing either nvm or fnm, proceed to the `frontend` directory:

```bash
cd frontend
```
* If the Node.js version specified in the `.nvmrc` file isn't installed on your system, you can install it using the appropriate command:

```bash
# If using fnm
fnm install
Expand Down
Loading
Loading