Skip to content

Commit

Permalink
feat(package.json): add dist dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoppippi committed Aug 10, 2024
1 parent d32f04a commit ace956b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"bin": {
"pkg-to-jsr": "dist/bin.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsdown",
"typecheck": "tsc --noEmit",
Expand Down

0 comments on commit ace956b

Please sign in to comment.