Skip to content

Commit

Permalink
fix build for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
s5suzuki committed Dec 18, 2024
1 parent 7da6204 commit 46863c6
Show file tree
Hide file tree
Showing 2 changed files with 5,312 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def create_dummy_if_not_exists(file: str) -> None:
create_dummy_if_not_exists("target/release/simulator")
create_dummy_if_not_exists("target/release/SOEMAUTDServer")
create_dummy_if_not_exists("target/release/TwinCATAUTDServerLightweight")
run_command(["npm", "run", "tauri", "build"], shell=config.is_windows())
run_command(["npm", "run", "tauri", "build", "--ci"], shell=config.is_windows())


def server_lint(args) -> None: # noqa: ANN001
Expand Down
Loading

0 comments on commit 46863c6

Please sign in to comment.