chore: add npmignore
This commit is contained in:
parent
c45f68bc46
commit
c5002693a8
2 changed files with 3 additions and 1 deletions
2
cli/.npmignore
Normal file
2
cli/.npmignore
Normal file
|
@ -0,0 +1,2 @@
|
|||
dist/
|
||||
node_modules/
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@immich/cli",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"main": "dist/index.js",
|
||||
"bin": {
|
||||
"immich": "./dist/index.js"
|
||||
|
|
Loading…
Reference in a new issue