mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-27 15:07:45 +00:00
fix: posix compliant command (#17264)
This commit is contained in:
parent
186c573565
commit
68e24ad168
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
||||||
"sync:open-api": "node ./dist/bin/sync-open-api.js",
|
"sync:open-api": "node ./dist/bin/sync-open-api.js",
|
||||||
"sync:sql": "node ./dist/bin/sync-sql.js",
|
"sync:sql": "node ./dist/bin/sync-sql.js",
|
||||||
"email:dev": "email dev -p 3050 --dir src/emails",
|
"email:dev": "email dev -p 3050 --dir src/emails",
|
||||||
"postinstall": "[[ \"$npm_config_global\" != \"true\" ]] && patch-package || true"
|
"postinstall": "[ \"$npm_config_global\" != \"true\" ] && patch-package || true"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nestjs/bullmq": "^11.0.1",
|
"@nestjs/bullmq": "^11.0.1",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue