|
|
@@ -19,12 +19,12 @@ pin = true
|
|
|
|
run = "pnpm install --filter github --frozen-lockfile"
|
|
|
|
run = "pnpm install --filter github --frozen-lockfile"
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."github:format"]
|
|
|
|
[tasks."github:format"]
|
|
|
|
env._.path = "./.github/node_modules/.bin"
|
|
|
|
env.PATH = "{{config_root}}/.github/node_modules/.bin:{{env.PATH}}"
|
|
|
|
dir = ".github"
|
|
|
|
dir = ".github"
|
|
|
|
run = "prettier --check ."
|
|
|
|
run = "prettier --check ."
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."github:format-fix"]
|
|
|
|
[tasks."github:format-fix"]
|
|
|
|
env._.path = "./.github/node_modules/.bin"
|
|
|
|
env.PATH = "{{config_root}}/.github/node_modules/.bin:{{env.PATH}}"
|
|
|
|
dir = ".github"
|
|
|
|
dir = ".github"
|
|
|
|
run = "prettier --write ."
|
|
|
|
run = "prettier --write ."
|
|
|
|
|
|
|
|
|
|
|
@@ -33,17 +33,17 @@ run = "prettier --write ."
|
|
|
|
run = "pnpm install --filter @immich/cli --frozen-lockfile"
|
|
|
|
run = "pnpm install --filter @immich/cli --frozen-lockfile"
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."cli:build"]
|
|
|
|
[tasks."cli:build"]
|
|
|
|
env._.path = "./cli/node_modules/.bin"
|
|
|
|
env.PATH = "{{config_root}}/cli/node_modules/.bin:{{env.PATH}}"
|
|
|
|
dir = "cli"
|
|
|
|
dir = "cli"
|
|
|
|
run = "vite build"
|
|
|
|
run = "vite build"
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."cli:test"]
|
|
|
|
[tasks."cli:test"]
|
|
|
|
env._.path = "./cli/node_modules/.bin"
|
|
|
|
env.PATH = "{{config_root}}/cli/node_modules/.bin:{{env.PATH}}"
|
|
|
|
dir = "cli"
|
|
|
|
dir = "cli"
|
|
|
|
run = "vite"
|
|
|
|
run = "vite"
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."cli:lint"]
|
|
|
|
[tasks."cli:lint"]
|
|
|
|
env._.path = "./cli/node_modules/.bin"
|
|
|
|
env.PATH = "{{config_root}}/cli/node_modules/.bin:{{env.PATH}}"
|
|
|
|
dir = "cli"
|
|
|
|
dir = "cli"
|
|
|
|
run = "eslint \"src/**/*.ts\" --max-warnings 0"
|
|
|
|
run = "eslint \"src/**/*.ts\" --max-warnings 0"
|
|
|
|
|
|
|
|
|
|
|
@@ -51,17 +51,17 @@ run = "eslint \"src/**/*.ts\" --max-warnings 0"
|
|
|
|
run = "mise run cli:lint --fix"
|
|
|
|
run = "mise run cli:lint --fix"
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."cli:format"]
|
|
|
|
[tasks."cli:format"]
|
|
|
|
env._.path = "./cli/node_modules/.bin"
|
|
|
|
env.PATH = "{{config_root}}/cli/node_modules/.bin:{{env.PATH}}"
|
|
|
|
dir = "cli"
|
|
|
|
dir = "cli"
|
|
|
|
run = "prettier --check ."
|
|
|
|
run = "prettier --check ."
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."cli:format-fix"]
|
|
|
|
[tasks."cli:format-fix"]
|
|
|
|
env._.path = "./cli/node_modules/.bin"
|
|
|
|
env.PATH = "{{config_root}}/cli/node_modules/.bin:{{env.PATH}}"
|
|
|
|
dir = "cli"
|
|
|
|
dir = "cli"
|
|
|
|
run = "prettier --write ."
|
|
|
|
run = "prettier --write ."
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."cli:check"]
|
|
|
|
[tasks."cli:check"]
|
|
|
|
env._.path = "./cli/node_modules/.bin"
|
|
|
|
env.PATH = "{{config_root}}/cli/node_modules/.bin:{{env.PATH}}"
|
|
|
|
dir = "cli"
|
|
|
|
dir = "cli"
|
|
|
|
run = "tsc --noEmit"
|
|
|
|
run = "tsc --noEmit"
|
|
|
|
|
|
|
|
|
|
|
@@ -70,7 +70,7 @@ run = "tsc --noEmit"
|
|
|
|
run = "pnpm install --filter @immich/sdk --frozen-lockfile"
|
|
|
|
run = "pnpm install --filter @immich/sdk --frozen-lockfile"
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."sdk:build"]
|
|
|
|
[tasks."sdk:build"]
|
|
|
|
env._.path = "./open-api/typescript-sdk/node_modules/.bin"
|
|
|
|
env.PATH = "{{config_root}}/open-api/typescript-sdk/node_modules/.bin:{{env.PATH}}"
|
|
|
|
dir = "./open-api/typescript-sdk"
|
|
|
|
dir = "./open-api/typescript-sdk"
|
|
|
|
run = "tsc"
|
|
|
|
run = "tsc"
|
|
|
|
|
|
|
|
|
|
|
@@ -79,12 +79,12 @@ run = "tsc"
|
|
|
|
run = "pnpm install --filter documentation --frozen-lockfile"
|
|
|
|
run = "pnpm install --filter documentation --frozen-lockfile"
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."docs:start"]
|
|
|
|
[tasks."docs:start"]
|
|
|
|
env._.path = "./docs/node_modules/.bin"
|
|
|
|
env.PATH = "{{config_root}}/docs/node_modules/.bin:{{env.PATH}}"
|
|
|
|
dir = "docs"
|
|
|
|
dir = "docs"
|
|
|
|
run = "docusaurus --port 3005"
|
|
|
|
run = "docusaurus --port 3005"
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."docs:build"]
|
|
|
|
[tasks."docs:build"]
|
|
|
|
env._.path = "./docs/node_modules/.bin"
|
|
|
|
env.PATH = "{{config_root}}/docs/node_modules/.bin:{{env.PATH}}"
|
|
|
|
dir = "docs"
|
|
|
|
dir = "docs"
|
|
|
|
run = [
|
|
|
|
run = [
|
|
|
|
"jq -c < ../open-api/immich-openapi-specs.json > ./static/openapi.json || exit 0",
|
|
|
|
"jq -c < ../open-api/immich-openapi-specs.json > ./static/openapi.json || exit 0",
|
|
|
@@ -93,18 +93,18 @@ run = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."docs:preview"]
|
|
|
|
[tasks."docs:preview"]
|
|
|
|
env._.path = "./docs/node_modules/.bin"
|
|
|
|
env.PATH = "{{config_root}}/docs/node_modules/.bin:{{env.PATH}}"
|
|
|
|
dir = "docs"
|
|
|
|
dir = "docs"
|
|
|
|
run = "docusaurus serve"
|
|
|
|
run = "docusaurus serve"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."docs:format"]
|
|
|
|
[tasks."docs:format"]
|
|
|
|
env._.path = "./docs/node_modules/.bin"
|
|
|
|
env.PATH = "{{config_root}}/docs/node_modules/.bin:{{env.PATH}}"
|
|
|
|
dir = "docs"
|
|
|
|
dir = "docs"
|
|
|
|
run = "prettier --check ."
|
|
|
|
run = "prettier --check ."
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."docs:format-fix"]
|
|
|
|
[tasks."docs:format-fix"]
|
|
|
|
env._.path = "./docs/node_modules/.bin"
|
|
|
|
env.PATH = "{{config_root}}/docs/node_modules/.bin:{{env.PATH}}"
|
|
|
|
dir = "docs"
|
|
|
|
dir = "docs"
|
|
|
|
run = "prettier --write ."
|
|
|
|
run = "prettier --write ."
|
|
|
|
|
|
|
|
|
|
|
@@ -114,27 +114,27 @@ run = "prettier --write ."
|
|
|
|
run = "pnpm install --filter immich-e2e --frozen-lockfile"
|
|
|
|
run = "pnpm install --filter immich-e2e --frozen-lockfile"
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."e2e:test"]
|
|
|
|
[tasks."e2e:test"]
|
|
|
|
env._.path = "./e2e/node_modules/.bin"
|
|
|
|
env.PATH = "{{config_root}}/e2e/node_modules/.bin:{{env.PATH}}"
|
|
|
|
dir = "e2e"
|
|
|
|
dir = "e2e"
|
|
|
|
run = "vitest --run"
|
|
|
|
run = "vitest --run"
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."e2e:test-web"]
|
|
|
|
[tasks."e2e:test-web"]
|
|
|
|
env._.path = "./e2e/node_modules/.bin"
|
|
|
|
env.PATH = "{{config_root}}/e2e/node_modules/.bin:{{env.PATH}}"
|
|
|
|
dir = "e2e"
|
|
|
|
dir = "e2e"
|
|
|
|
run = "playwright test"
|
|
|
|
run = "playwright test"
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."e2e:format"]
|
|
|
|
[tasks."e2e:format"]
|
|
|
|
env._.path = "./e2e/node_modules/.bin"
|
|
|
|
env.PATH = "{{config_root}}/e2e/node_modules/.bin:{{env.PATH}}"
|
|
|
|
dir = "e2e"
|
|
|
|
dir = "e2e"
|
|
|
|
run = "prettier --check ."
|
|
|
|
run = "prettier --check ."
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."e2e:format-fix"]
|
|
|
|
[tasks."e2e:format-fix"]
|
|
|
|
env._.path = "./e2e/node_modules/.bin"
|
|
|
|
env.PATH = "{{config_root}}/e2e/node_modules/.bin:{{env.PATH}}"
|
|
|
|
dir = "e2e"
|
|
|
|
dir = "e2e"
|
|
|
|
run = "prettier --write ."
|
|
|
|
run = "prettier --write ."
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."e2e:lint"]
|
|
|
|
[tasks."e2e:lint"]
|
|
|
|
env._.path = "./e2e/node_modules/.bin"
|
|
|
|
env.PATH = "{{config_root}}/e2e/node_modules/.bin:{{env.PATH}}"
|
|
|
|
dir = "e2e"
|
|
|
|
dir = "e2e"
|
|
|
|
run = "eslint \"src/**/*.ts\" --max-warnings 0"
|
|
|
|
run = "eslint \"src/**/*.ts\" --max-warnings 0"
|
|
|
|
|
|
|
|
|
|
|
@@ -142,7 +142,7 @@ run = "eslint \"src/**/*.ts\" --max-warnings 0"
|
|
|
|
run = "mise run e2e:lint --fix"
|
|
|
|
run = "mise run e2e:lint --fix"
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."e2e:check"]
|
|
|
|
[tasks."e2e:check"]
|
|
|
|
env._.path = "./e2e/node_modules/.bin"
|
|
|
|
env.PATH = "{{config_root}}/e2e/node_modules/.bin:{{env.PATH}}"
|
|
|
|
dir = "e2e"
|
|
|
|
dir = "e2e"
|
|
|
|
run = "tsc --noEmit"
|
|
|
|
run = "tsc --noEmit"
|
|
|
|
|
|
|
|
|
|
|
@@ -159,32 +159,38 @@ run = "pnpm dlx sort-json ./i18n/*.json"
|
|
|
|
run = "pnpm install --filter immich --frozen-lockfile"
|
|
|
|
run = "pnpm install --filter immich --frozen-lockfile"
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."server:build"]
|
|
|
|
[tasks."server:build"]
|
|
|
|
env._.path = "./server/node_modules/.bin"
|
|
|
|
env.PATH = "{{config_root}}/server/node_modules/.bin:{{env.PATH}}"
|
|
|
|
dir = "server"
|
|
|
|
dir = "server"
|
|
|
|
run = "nest build"
|
|
|
|
run = "nest build"
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."server:test"]
|
|
|
|
[tasks."server:test"]
|
|
|
|
env._.path = "./server/node_modules/.bin"
|
|
|
|
env.PATH = "{{config_root}}/server/node_modules/.bin:{{env.PATH}}"
|
|
|
|
dir = "server"
|
|
|
|
dir = "server"
|
|
|
|
run = "vitest --config test/vitest.config.mjs"
|
|
|
|
run = [
|
|
|
|
|
|
|
|
"pwd",
|
|
|
|
|
|
|
|
"ls -lh",
|
|
|
|
|
|
|
|
"echo $PATH",
|
|
|
|
|
|
|
|
"which vitest",
|
|
|
|
|
|
|
|
"vitest --config test/vitest.config.mjs",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."server:test-medium"]
|
|
|
|
[tasks."server:test-medium"]
|
|
|
|
env._.path = "./server/node_modules/.bin"
|
|
|
|
env.PATH = "{{config_root}}/server/node_modules/.bin:{{env.PATH}}"
|
|
|
|
dir = "server"
|
|
|
|
dir = "server"
|
|
|
|
run = "vitest --config test/vitest.config.medium.mjs"
|
|
|
|
run = "vitest --config test/vitest.config.medium.mjs"
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."server:format"]
|
|
|
|
[tasks."server:format"]
|
|
|
|
env._.path = "./server/node_modules/.bin"
|
|
|
|
env.PATH = "{{config_root}}/server/node_modules/.bin:{{env.PATH}}"
|
|
|
|
dir = "server"
|
|
|
|
dir = "server"
|
|
|
|
run = "prettier --check ."
|
|
|
|
run = "prettier --check ."
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."server:format-fix"]
|
|
|
|
[tasks."server:format-fix"]
|
|
|
|
env._.path = "./server/node_modules/.bin"
|
|
|
|
env.PATH = "{{config_root}}/server/node_modules/.bin:{{env.PATH}}"
|
|
|
|
dir = "server"
|
|
|
|
dir = "server"
|
|
|
|
run = "prettier --write ."
|
|
|
|
run = "prettier --write ."
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."server:lint"]
|
|
|
|
[tasks."server:lint"]
|
|
|
|
env._.path = "./server/node_modules/.bin"
|
|
|
|
env.PATH = "{{config_root}}/server/node_modules/.bin:{{env.PATH}}"
|
|
|
|
dir = "server"
|
|
|
|
dir = "server"
|
|
|
|
run = "eslint \"src/**/*.ts\" \"test/**/*.ts\" --max-warnings 0"
|
|
|
|
run = "eslint \"src/**/*.ts\" \"test/**/*.ts\" --max-warnings 0"
|
|
|
|
|
|
|
|
|
|
|
@@ -192,7 +198,7 @@ run = "eslint \"src/**/*.ts\" \"test/**/*.ts\" --max-warnings 0"
|
|
|
|
run = "mise run server:lint --fix"
|
|
|
|
run = "mise run server:lint --fix"
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."server:check"]
|
|
|
|
[tasks."server:check"]
|
|
|
|
env._.path = "./server/node_modules/.bin"
|
|
|
|
env.PATH = "{{config_root}}/server/node_modules/.bin:{{env.PATH}}"
|
|
|
|
dir = "server"
|
|
|
|
dir = "server"
|
|
|
|
run = "tsc --noEmit"
|
|
|
|
run = "tsc --noEmit"
|
|
|
|
|
|
|
|
|
|
|
@@ -216,74 +222,79 @@ run = "mise run server:migrations query 'DROP schema public cascade; CREATE sche
|
|
|
|
run = "mise run server:schema-drop && mise run server:migrations run"
|
|
|
|
run = "mise run server:schema-drop && mise run server:migrations run"
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."server:email-dev"]
|
|
|
|
[tasks."server:email-dev"]
|
|
|
|
env._.path = "./server/node_modules/.bin"
|
|
|
|
env.PATH = "{{config_root}}/server/node_modules/.bin:{{env.PATH}}"
|
|
|
|
dir = "server"
|
|
|
|
dir = "server"
|
|
|
|
run = "email dev -p 3050 --dir src/emails"
|
|
|
|
run = "email dev -p 3050 --dir src/emails"
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."server:checklist"]
|
|
|
|
[tasks."server:checks-small"]
|
|
|
|
|
|
|
|
depends = "server:install"
|
|
|
|
run = [
|
|
|
|
run = [
|
|
|
|
"mise run server:install",
|
|
|
|
|
|
|
|
"mise run server:format",
|
|
|
|
"mise run server:format",
|
|
|
|
"mise run server:lint",
|
|
|
|
"mise run server:lint",
|
|
|
|
"mise run server:check",
|
|
|
|
"mise run server:check",
|
|
|
|
"mise run server:test-medium --run",
|
|
|
|
|
|
|
|
"mise run server:test --run",
|
|
|
|
"mise run server:test --run",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."server:checks-medium"]
|
|
|
|
|
|
|
|
depends = "server:install"
|
|
|
|
|
|
|
|
run = ["mise run server:test-medium --run"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."server:checks"]
|
|
|
|
|
|
|
|
run = ["mise run server:checks-small", "mise run server:checks-medium"]
|
|
|
|
|
|
|
|
|
|
|
|
# web
|
|
|
|
# web
|
|
|
|
[tasks."web:install"]
|
|
|
|
[tasks."web:install"]
|
|
|
|
run = "pnpm install --filter immich-web --frozen-lockfile"
|
|
|
|
run = "pnpm install --filter immich-web --frozen-lockfile"
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."web:svelte-kit-sync"]
|
|
|
|
[tasks."web:svelte-kit-sync"]
|
|
|
|
env._.path = "./web/node_modules/.bin"
|
|
|
|
env.PATH = "{{config_root}}/web/node_modules/.bin:{{env.PATH}}"
|
|
|
|
dir = "web"
|
|
|
|
dir = "web"
|
|
|
|
run = "svelte-kit sync"
|
|
|
|
run = "svelte-kit sync"
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."web:build"]
|
|
|
|
[tasks."web:build"]
|
|
|
|
env._.path = "./web/node_modules/.bin"
|
|
|
|
env.PATH = "{{config_root}}/web/node_modules/.bin:{{env.PATH}}"
|
|
|
|
dir = "web"
|
|
|
|
dir = "web"
|
|
|
|
run = "vite build"
|
|
|
|
run = "vite build"
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."web:build-stats"]
|
|
|
|
[tasks."web:build-stats"]
|
|
|
|
env.BUILD_STATS = "true"
|
|
|
|
env.BUILD_STATS = "true"
|
|
|
|
env._.path = "./web/node_modules/.bin"
|
|
|
|
env.PATH = "{{config_root}}/web/node_modules/.bin:{{env.PATH}}"
|
|
|
|
dir = "web"
|
|
|
|
dir = "web"
|
|
|
|
run = "vite build"
|
|
|
|
run = "vite build"
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."web:preview"]
|
|
|
|
[tasks."web:preview"]
|
|
|
|
env._.path = "./web/node_modules/.bin"
|
|
|
|
env.PATH = "{{config_root}}/web/node_modules/.bin:{{env.PATH}}"
|
|
|
|
dir = "web"
|
|
|
|
dir = "web"
|
|
|
|
run = "vite preview"
|
|
|
|
run = "vite preview"
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."web:start"]
|
|
|
|
[tasks."web:start"]
|
|
|
|
env._.path = "web/node_modules/.bin"
|
|
|
|
env.PATH = "{{config_root}}/web/node_modules/.bin:{{env.PATH}}"
|
|
|
|
dir = "web"
|
|
|
|
dir = "web"
|
|
|
|
run = "vite dev --host 0.0.0.0 --port 3000"
|
|
|
|
run = "vite dev --host 0.0.0.0 --port 3000"
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."web:test"]
|
|
|
|
[tasks."web:test"]
|
|
|
|
depends = "web:svelte-kit-sync"
|
|
|
|
depends = "web:svelte-kit-sync"
|
|
|
|
env._.path = "web/node_modules/.bin"
|
|
|
|
env.PATH = "{{config_root}}/web/node_modules/.bin:{{env.PATH}}"
|
|
|
|
dir = "web"
|
|
|
|
dir = "web"
|
|
|
|
run = "vitest"
|
|
|
|
run = "vitest"
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."web:format"]
|
|
|
|
[tasks."web:format"]
|
|
|
|
env._.path = "web/node_modules/.bin"
|
|
|
|
env.PATH = "{{config_root}}/web/node_modules/.bin:{{env.PATH}}"
|
|
|
|
dir = "web"
|
|
|
|
dir = "web"
|
|
|
|
run = "prettier --check ."
|
|
|
|
run = "prettier --check ."
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."web:format-fix"]
|
|
|
|
[tasks."web:format-fix"]
|
|
|
|
env._.path = "web/node_modules/.bin"
|
|
|
|
env.PATH = "{{config_root}}/web/node_modules/.bin:{{env.PATH}}"
|
|
|
|
dir = "web"
|
|
|
|
dir = "web"
|
|
|
|
run = "prettier --write ."
|
|
|
|
run = "prettier --write ."
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."web:lint"]
|
|
|
|
[tasks."web:lint"]
|
|
|
|
env._.path = "web/node_modules/.bin"
|
|
|
|
env.PATH = "{{config_root}}/web/node_modules/.bin:{{env.PATH}}"
|
|
|
|
dir = "web"
|
|
|
|
dir = "web"
|
|
|
|
run = "eslint . --max-warnings 0"
|
|
|
|
run = "eslint . --max-warnings 0"
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."web:lint-p"]
|
|
|
|
[tasks."web:lint-p"]
|
|
|
|
env._.path = "web/node_modules/.bin"
|
|
|
|
env.PATH = "{{config_root}}/web/node_modules/.bin:{{env.PATH}}"
|
|
|
|
dir = "web"
|
|
|
|
dir = "web"
|
|
|
|
run = "eslint-p . --max-warnings 0 --concurrency=4"
|
|
|
|
run = "eslint-p . --max-warnings 0 --concurrency=4"
|
|
|
|
|
|
|
|
|
|
|
@@ -292,13 +303,13 @@ run = "mise run web:lint --fix"
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."web:check"]
|
|
|
|
[tasks."web:check"]
|
|
|
|
depends = "web:svelte-kit-sync"
|
|
|
|
depends = "web:svelte-kit-sync"
|
|
|
|
env._.path = "web/node_modules/.bin"
|
|
|
|
env.PATH = "{{config_root}}/web/node_modules/.bin:{{env.PATH}}"
|
|
|
|
dir = "web"
|
|
|
|
dir = "web"
|
|
|
|
run = "tsc --noEmit"
|
|
|
|
run = "tsc --noEmit"
|
|
|
|
|
|
|
|
|
|
|
|
[tasks."web:check-svelte"]
|
|
|
|
[tasks."web:check-svelte"]
|
|
|
|
depends = "web:svelte-kit-sync"
|
|
|
|
depends = "web:svelte-kit-sync"
|
|
|
|
env._.path = "web/node_modules/.bin"
|
|
|
|
env.PATH = "{{config_root}}/web/node_modules/.bin:{{env.PATH}}"
|
|
|
|
dir = "web"
|
|
|
|
dir = "web"
|
|
|
|
run = "svelte-check --no-tsconfig --fail-on-warnings --compiler-warnings 'reactive_declaration_non_reactive_property:ignore' --ignore src/lib/components/photos-page/asset-grid.svelte"
|
|
|
|
run = "svelte-check --no-tsconfig --fail-on-warnings --compiler-warnings 'reactive_declaration_non_reactive_property:ignore' --ignore src/lib/components/photos-page/asset-grid.svelte"
|
|
|
|
|
|
|
|
|
|
|
|