mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
chore: change usage of pnpx to pnpm dlx (#23009)
This commit is contained in:
parent
505e16c37c
commit
81554e5ad1
2 changed files with 3 additions and 3 deletions
|
|
@ -18,7 +18,7 @@
|
|||
"lint:fix": "npm run lint -- --fix",
|
||||
"format": "prettier --check .",
|
||||
"format:fix": "prettier --write . && npm run format:i18n",
|
||||
"format:i18n": "pnpx sort-json ../i18n/*.json",
|
||||
"format:i18n": "pnpm dlx sort-json ../i18n/*.json",
|
||||
"test": "vitest --run",
|
||||
"test:cov": "vitest --coverage",
|
||||
"test:watch": "vitest dev",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue