mirror of
https://github.com/immich-app/immich.git
synced 2026-02-28 09:38:43 +03:00
chore: update task commands in web/mise.toml to use pnpm (#26345)
* chore: update task commands in mise.toml to use pnpm * Replaced direct commands with pnpm run equivalents for consistency. * Added new tasks for type checking and Svelte checks. * Removed deprecated svelte-kit-sync task and adjusted dependencies accordingly. * mroe * chore: update mise.toml to add demo server task * Removed the direct IMMICH_SERVER_URL setting from the environment section. * Added a new task for starting the demo server with the IMMICH_SERVER_URL environment variable. * Ensured consistency in task definitions.
This commit is contained in:
@@ -37,13 +37,12 @@ run = "pnpm install --filter @immich/sdk --frozen-lockfile"
|
||||
|
||||
[tasks."sdk:build"]
|
||||
dir = "open-api/typescript-sdk"
|
||||
env._.path = "./node_modules/.bin"
|
||||
run = "tsc"
|
||||
run = "pnpm run build"
|
||||
|
||||
# i18n tasks
|
||||
[tasks."i18n:format"]
|
||||
dir = "i18n"
|
||||
run = { task = ":i18n:format-fix" }
|
||||
run = "pnpm run format"
|
||||
|
||||
[tasks."i18n:format-fix"]
|
||||
dir = "i18n"
|
||||
|
||||
Reference in New Issue
Block a user