Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-jedrusiak committed Oct 21, 2024
1 parent 751f991 commit eeabc57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velesresearch/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1029,4 +1029,4 @@ def build(self, path: str | Path = os.getcwd(), folderName: str = "survey"):
with open(path / "src" / "SurveyComponent.jsx", "w", encoding="UTF-8") as file:
file.write(surveyComponentData)

subprocess.run("bun build", cwd=path, shell=True, check=False)
subprocess.run("bun run build", cwd=path, shell=True, check=False)

0 comments on commit eeabc57

Please sign in to comment.