Skip to content

Commit 7201b88

Browse files
authored
🔧 Set up node monorepo (#2095)
1 parent 92460ee commit 7201b88

File tree

10 files changed

+6751
-10401
lines changed

10 files changed

+6751
-10401
lines changed

.github/workflows/generate-client.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
enable-cache: true
3434
- name: Install dependencies
3535
run: npm ci
36-
working-directory: frontend
3736
- run: uv sync
3837
working-directory: backend
3938
- run: uv run bash scripts/generate-client.sh

.github/workflows/playwright.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ jobs:
9999
node-version: 20
100100
- name: Install dependencies
101101
run: npm ci
102-
working-directory: frontend
103102
- name: Download blob reports from GitHub Actions Artifacts
104103
uses: actions/download-artifact@v7
105104
with:
File renamed without changes.

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
hooks:
2222
- id: local-biome-check
2323
name: biome check
24-
entry: bash -c 'cd frontend && npm run lint'
24+
entry: npm run lint
2525
language: system
2626
types: [text]
2727
files: ^frontend/

development.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ docker compose stop frontend
6363
And then start the local frontend development server:
6464

6565
```bash
66-
cd frontend
6766
npm run dev
6867
```
6968

frontend/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ Before you begin, ensure that you have either the Node Version Manager (nvm) or
1010

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

13-
```bash
14-
cd frontend
15-
```
16-
* If the Node.js version specified in the `.nvmrc` file isn't installed on your system, you can install it using the appropriate command:
17-
1813
```bash
1914
# If using fnm
2015
fnm install

0 commit comments

Comments
 (0)