Skip to content

Commit

Permalink
fix: duckscript runner for code generator
Browse files Browse the repository at this point in the history
  • Loading branch information
a-wallen committed Jun 5, 2023
1 parent a23cfc9 commit 55ffcf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/scripts/makefile/flutter.toml
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,9 @@ script = [
script_runner = "@duckscript"
script = [
"""
exec cmd.exe chmod +x scripts/code_generation/generate.cmd
exec cmd.exe chmod +x scripts//code_generation//generate.cmd
exec cmd.exe scripts//code_generation//generate.cmd
""",
"scripts/code_generation/generate.cmd"
]


Expand Down

0 comments on commit 55ffcf1

Please sign in to comment.