Skip to content

Commit

Permalink
chore: publish only necessary files to NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleShit committed Aug 5, 2024
1 parent 04bb4ad commit 7cfd120
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/fair-monkeys-turn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"zusdux": patch
---

Publish only necessary files to NPM
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
},
"./package.json": "./package.json"
},
"files": [
"README.md",
"CHANGELOG.md",
"/dist",
"/src",
"!**/__tests__"
],
"scripts": {
"test": "vitest",
"test:coverage": "vitest run --coverage",
Expand Down

0 comments on commit 7cfd120

Please # to comment.