Skip to content

Commit

Permalink
only publish dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jlkalberer committed Feb 16, 2024
1 parent eb265dd commit 3f13215
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 @@ -26,6 +26,9 @@
}
],
"main": "./dist/exports.js",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"build:deps": "npx lerna run build",
Expand Down

0 comments on commit 3f13215

Please sign in to comment.