Skip to content

Commit

Permalink
Add .npmignore file to @neshca/cache-handler package
Browse files Browse the repository at this point in the history
  • Loading branch information
better-salmon committed Sep 18, 2024
1 parent cf5d0a6 commit 462d0ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/tall-worms-invite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@neshca/cache-handler': patch
---

Add `.npmignore` file to exclude unnecessary files from the package.
5 changes: 5 additions & 0 deletions packages/cache-handler/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
!dist
.turbo
src
tsconfig.json
tsup.config.ts

0 comments on commit 462d0ff

Please sign in to comment.