Skip to content

Commit

Permalink
fix: justfile ui install command
Browse files Browse the repository at this point in the history
  • Loading branch information
hjr3 committed Jan 27, 2024
1 parent 5a545ba commit a230b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ build-core:
cargo build

install:
cd packages/ui && [ "${CI:-false}" == "true" ] && npm ci || npm i
cd packages/ui && {{ if env("CI", "false") == "true" { "npm ci" } else { "npm i" } }}

0 comments on commit a230b2a

Please sign in to comment.