Skip to content

Commit

Permalink
fix just recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
sebadob committed Oct 11, 2023
1 parent 4211ced commit d21e5dd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,7 @@ build-sqlite: build-docs build-ui test-sqlite


# builds the whole application in release mode
#build-postgres: build-docs build-ui test-postgres
build-postgres: build-docs build-ui
build-postgres: build-docs build-ui test-postgres
#!/usr/bin/env bash
set -euxo pipefail
Expand Down Expand Up @@ -216,8 +215,7 @@ publish-nightly: build-sqlite build-postgres


# publishes the application images - full pipeline incl clippy and testing
#publish: build-sqlite build-postgres
publish: build-postgres
publish: build-sqlite build-postgres
#!/usr/bin/env bash
set -euxo pipefail
Expand Down

0 comments on commit d21e5dd

Please sign in to comment.