mirror of
https://github.com/immich-app/immich.git
synced 2025-12-17 01:11:13 +03:00
fix(cli): Run npm ci in sdk folder before deploying to npm (#6986)
* fix cli path * run npm ci in sdk folder * version bump * build sdk before publishing cli * dry run publish * build cli * fix(ci): Push CLI latest tag * remove dry run flag --------- Co-authored-by: bo0tzz <git@bo0tzz.me>
This commit is contained in:
committed by
GitHub
parent
28e4f8e042
commit
6e853e2a9d
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "@immich/cli",
|
||||
"version": "2.0.7",
|
||||
"version": "2.0.8",
|
||||
"description": "Command Line Interface (CLI) for Immich",
|
||||
"type": "module",
|
||||
"exports": "./dist/index.js",
|
||||
"bin": {
|
||||
"immich": "./dist/index.js"
|
||||
"immich": "dist/index.js"
|
||||
},
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
@@ -51,7 +51,7 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "github:immich-app/immich",
|
||||
"url": "git+https://github.com/immich-app/immich.git",
|
||||
"directory": "cli"
|
||||
},
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user