Skip to content

Commit

Permalink
Gui: Use the correct webapp Path (#914)
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhlongviolin1 authored Mar 1, 2024
1 parent 874fd09 commit 750afd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taipy/gui/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def get_requirements():


def _build_webapp():
already_exists = Path("./webapp/index.html").exists()
already_exists = Path("./taipy/gui/webapp/index.html").exists()
if not already_exists:
os.system("cd ../../frontend/taipy-gui/dom && npm ci")
os.system("cd ../../frontend/taipy-gui && npm ci --omit=optional && npm run build")
Expand Down

0 comments on commit 750afd0

Please sign in to comment.