Skip to content

Commit

Permalink
add build step to install
Browse files Browse the repository at this point in the history
  • Loading branch information
rsxdalv committed Jan 13, 2024
1 parent 7f81064 commit d82b905
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ https://rsxdalv.github.io/bark-speaker-directory/
https://github.com/rsxdalv/tts-generation-webui/discussions/186#discussioncomment-7291274

## Changelog
Jan 13:
* React UI: Fix missing npm build step from automatic install

Jan 12:
* React UI: Fix names for audio actions
* Gradio: Fix multiple API warnings
Expand Down
3 changes: 3 additions & 0 deletions update.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ def setup_node_modules():
print("Installing node_modules...")
do("cd react-ui && npm install")
print("Successfully installed node_modules")
print("Building react-ui...")
do("cd react-ui && npm run build")
print("Successfully built react-ui")
except Exception:
print("Failed to install node_modules")

Expand Down

0 comments on commit d82b905

Please sign in to comment.