chore: mise scripts (#28367)

This commit is contained in:
Jason Rasmussen
2026-05-11 17:46:02 -04:00
committed by GitHub
parent e142e3aca7
commit 15f3947ae6
10 changed files with 66 additions and 82 deletions
-2
View File
@@ -33,8 +33,6 @@
"migrations:revert": "sql-tools -u ${DB_URL:-postgres://postgres:postgres@localhost:5432/immich} migrations revert",
"schema:drop": "sql-tools -u ${DB_URL:-postgres://postgres:postgres@localhost:5432/immich} query 'DROP schema public cascade; CREATE schema public;'",
"schema:reset": "pnpm run schema:drop && pnpm run migrations:run",
"sync:open-api": "node ./dist/bin/sync-open-api.js",
"sync:sql": "node ./dist/bin/sync-sql.js",
"email:dev": "email dev -p 3050 --dir src/emails"
},
"dependencies": {