Skip to content

Commit d8ec445

Browse files
committed
Update just and reformatting
1 parent 4ad1abc commit d8ec445

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

.justfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# set shell := ["bash", "-euo", "pipefail", "-c"]
22

3-
set dotenv-load := true
4-
set positional-arguments := true
3+
set dotenv-load
4+
set positional-arguments
55

66
mod dev
77

@@ -11,7 +11,7 @@ init:
1111

1212
fmt:
1313
taplo fmt
14-
just --fmt --unstable
14+
just --fmt
1515
cd server && just fmt
1616
cd web && just fmt
1717

flake.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/.justfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ mod i18n '.just/i18n'
22

33
import '.just/api.just'
44

5-
set positional-arguments := true
5+
set positional-arguments
66

77
default:
88
@just --list
99

1010
fmt:
1111
pnpm exec prettier --write \
1212
--experimental-cli .
13-
just --fmt --unstable
13+
just --fmt
1414

1515
fmt-check:
1616
pnpm exec prettier --check \
1717
--experimental-cli .
18-
just --fmt --unstable --check
18+
just --fmt --check
1919

2020
eslint +FLAGS="":
2121
pnpm exec eslint --cache {{ FLAGS }}

0 commit comments

Comments
 (0)