mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-12-28 20:51:17 +00:00
fix(admin-cli): Fixes immich-admin because npm bin does not like arguments (#3864)
* fix admin cli * move script to bin, actually pass arguments * remove accidentally created package-lock.json
This commit is contained in:
2
server/package-lock.json
generated
2
server/package-lock.json
generated
@@ -54,7 +54,7 @@
|
||||
},
|
||||
"bin": {
|
||||
"immich": "bin/cli.sh",
|
||||
"immich-admin": "start.sh admin-cli"
|
||||
"immich-admin": "bin/admin-cli.sh"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nestjs/cli": "^9.1.8",
|
||||
|
||||
Reference in New Issue
Block a user