Skip to content

Commit

Permalink
Add editable install of the client before building the dashboard (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt authored Jul 1, 2024
1 parent a4a302b commit 31f398c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
tomli_w.dump(pyproject, f)
- name: Build dashboard
run: |
pip install -e .
dashboard/script/setup
dashboard/script/build
- name: Build python package
Expand Down
2 changes: 2 additions & 0 deletions dashboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Install the dependencies:
script/setup
```

NOTE: The python matter server (dependencies) also need to be present in order for the setup to succeed.

Run the development server:

```bash
Expand Down

0 comments on commit 31f398c

Please sign in to comment.