diff --git a/cli/.npmignore b/cli/.npmignore index 763301fc0..c7e45fe00 100644 --- a/cli/.npmignore +++ b/cli/.npmignore @@ -1,2 +1,6 @@ -dist/ -node_modules/ \ No newline at end of file +dist/** +node_modules/** +test/** +testStup.js +**/*.spec.ts +**/*.e2e-spec.js \ No newline at end of file diff --git a/cli/package.json b/cli/package.json index f4f9ecd79..918801039 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,9 +1,9 @@ { "name": "@immich/cli", - "version": "2.0.1", + "version": "2.0.2", "main": "dist/index.js", "bin": { - "immich": "./dist/index.js" + "immich": "dist/index.js" }, "dependencies": { "axios": "^1.6.2",