Skip to content

Commit

Permalink
fix justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
glendc committed Oct 17, 2023
1 parent 2fc9cf1 commit 4320cf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
run:
cd polygrid-website && cargo shuttle run
cargo shuttle run

watch:
cd polygrid-website && cargo watch -x "shuttle run" -i Cargo.lock
cargo watch -x "shuttle run" -i Cargo.lock

deploy:
cargo shuttle deploy
Expand Down

0 comments on commit 4320cf6

Please sign in to comment.