mirror of
https://github.com/immich-app/immich.git
synced 2025-12-06 01:10:00 +03:00
11 lines
233 B
TOML
11 lines
233 B
TOML
[tasks.install]
|
|
run = "pnpm install --filter github --frozen-lockfile"
|
|
|
|
[tasks.format]
|
|
env._.path = "./node_modules/.bin"
|
|
run = "prettier --check ."
|
|
|
|
[tasks."format-fix"]
|
|
env._.path = "./node_modules/.bin"
|
|
run = "prettier --write ."
|