Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
Update justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenLoc authored Sep 9, 2024
1 parent d634b3d commit 721c8d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions showcases/flask/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ test:
true

verify: test (up "-d") api-test lint
docker-compose down
docker compose down

install-dep:
sudo dnf install gcc
sudo dnf install libulfius-dev

up c="": build
docker-compose down
docker-compose up {{c}}
docker compose down
docker compose up {{c}}

# Watch the source files and run `just verify` when source changes
watch:
Expand Down Expand Up @@ -69,4 +69,4 @@ install-hurl:


@replace-token:
cd token_creation && just replace
cd token_creation && just replace

0 comments on commit 721c8d7

Please sign in to comment.