diff --git a/justfile b/justfile index 7e8a6104..05f2705d 100644 --- a/justfile +++ b/justfile @@ -1,7 +1,7 @@ export NIX_BROWSER_NO_OPEN := "true" default: - @just --list + @just --list # Auto-format the source tree fmt: @@ -15,7 +15,7 @@ alias f := fmt # CI=true for https://github.com/tauri-apps/tauri/issues/3055#issuecomment-1624389208) bundle $CI="true": # HACK (change PWD): Until https://github.com/DioxusLabs/dioxus/issues/1283 - cd assets && dx bundle + cd assets && dx bundle --release nix run nixpkgs#eza -- -T ./dist/bundle/macos/nix-browser.app # Run the project locally