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:
Daniel Dietzler
2023-08-27 16:35:49 +02:00
committed by GitHub
parent 912a13ea0d
commit 7097cf6319
4 changed files with 5 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
"license": "UNLICENSED",
"bin": {
"immich": "./bin/cli.sh",
"immich-admin": "./start.sh admin-cli"
"immich-admin": "./bin/admin-cli.sh"
},
"scripts": {
"build": "nest build",