chore: use glob pattern in npmignore

This commit is contained in:
Jonathan Jogenfors 2023-11-20 00:34:19 +01:00
parent 8742bb91e6
commit 94aa63a14b
2 changed files with 8 additions and 4 deletions

View File

@ -1,2 +1,6 @@
dist/ dist/**
node_modules/ node_modules/**
test/**
testStup.js
**/*.spec.ts
**/*.e2e-spec.js

View File

@ -1,9 +1,9 @@
{ {
"name": "@immich/cli", "name": "@immich/cli",
"version": "2.0.1", "version": "2.0.2",
"main": "dist/index.js", "main": "dist/index.js",
"bin": { "bin": {
"immich": "./dist/index.js" "immich": "dist/index.js"
}, },
"dependencies": { "dependencies": {
"axios": "^1.6.2", "axios": "^1.6.2",