Skip to content

Commit

Permalink
fix all typos in justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Nov 13, 2024
1 parent 7896f5f commit 12dcf18
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 @@ -23,13 +23,13 @@ build-examples:

build: build-counter build-wits build-examples

test: build-counter
test: build
cargo test

run: build-couter
run: build
cargo run

web-dev: build-couter
web-dev: build
trunk serve --open

check: build
Expand Down

0 comments on commit 12dcf18

Please sign in to comment.