chore: add npmignore

This commit is contained in:
Jonathan Jogenfors 2023-11-20 00:11:07 +01:00
parent c45f68bc46
commit c5002693a8
2 changed files with 3 additions and 1 deletions

2
cli/.npmignore Normal file
View file

@ -0,0 +1,2 @@
dist/
node_modules/

View file

@ -1,6 +1,6 @@
{
"name": "@immich/cli",
"version": "2.0.0",
"version": "2.0.1",
"main": "dist/index.js",
"bin": {
"immich": "./dist/index.js"