Skip to content

Commit

Permalink
fixed scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
outsidermm committed Jan 10, 2024
1 parent 6076a31 commit 5fc2ebb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ pytest = ">=7.2.0"
python_version = "3.11"

[scripts]
deploy = "python -m robot deploy"
sim = "python -m robot sim"
test = "python -m robot test"
deploy = "python -m robotpy deploy"
sim = "python -m robotpy sim"
test = "python -m robotpy test"

0 comments on commit 5fc2ebb

Please sign in to comment.