Skip to content

Commit

Permalink
improve package output
Browse files Browse the repository at this point in the history
  • Loading branch information
Hob Adams committed Jul 3, 2024
1 parent 0aed16a commit 3004dd4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/lemon-eggs-brush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hobadams/nextjs-http-client": patch
---

improve package output
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Ignore everything
*

# But not these files...
!dist/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"access": "public"
},
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --minify",
"build": "tsup src/index.ts --format cjs,esm --minify --dts",
"release": "pnpm changeset version && pnpm changeset publish --access public",
"lint": "tsc",
"test": "jest"
Expand Down

0 comments on commit 3004dd4

Please sign in to comment.