From d5615fce2cee87f0031b96f9064f2ed327b104f5 Mon Sep 17 00:00:00 2001 From: Masaki Yatsu Date: Sun, 7 Sep 2025 23:10:32 +0900 Subject: [PATCH] fix(env): setup order --- env/justfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/env/justfile b/env/justfile index ed00016..7958fde 100644 --- a/env/justfile +++ b/env/justfile @@ -24,6 +24,10 @@ check: setup: #!/bin/bash set -euo pipefail + + npm i + pip install build + if [ -f ../.env.local ]; then echo ".env.local already exists." >&2 if gum confirm "Do you want to overwrite it?"; then @@ -77,9 +81,6 @@ setup: rm -f ../.env.local gomplate -f env.local.gomplate -o ../.env.local - npm i - pip install build - # Set a specific key in .env.local [working-directory("..")] set key_value: