Skip to content

Commit

Permalink
Modified JustFile
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaaqziyan committed Apr 11, 2024
1 parent bc4182e commit 53eb717
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ clippy:

# run clippy fix
fix:
cargo clippy -p frontend --fix --target wasm32-unknown-unknown
cargo clippy --workspace --fix --exclude frontend
cargo clippy -p frontend --fix --target wasm32-unknown-unknown --allow-dirty
cargo clippy --workspace --fix --exclude frontend --allow-dirty

# build docs. use --open to open in browser
doc *ARGS:
Expand All @@ -33,7 +33,7 @@ serve-frontend *ARGS:

# run API server
serve-api *ARGS:
watchexec -r -i "frontend/**" -i "target/**" --exts rs,sql,toml cargo run -p uchat_server {{ ARGS }}
cargo run -p uchat_server {{ ARGS }}

# set up project dependencies
init:
Expand Down

0 comments on commit 53eb717

Please sign in to comment.