mirror of
https://github.com/immich-app/immich.git
synced 2026-02-14 12:58:17 +03:00
chore(cli): set cli workdir in npm publish (#5185)
* chore: set cli release working dir * chore: add repo url to npmjs * chore: bump node setup to v4 * chore: normalize the github url
This commit is contained in:
committed by
GitHub
parent
f20a6cb321
commit
81259115d1
@@ -74,5 +74,10 @@
|
||||
},
|
||||
"coverageDirectory": "./coverage",
|
||||
"testEnvironment": "node"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/immich-app/immich.git",
|
||||
"directory": "cli"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user