Skip to content

Commit

Permalink
fix: only publish files in dist (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
kallen-ledger authored Jul 12, 2024
1 parent 652515b commit 48ac631
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"repository": "git@github.com:LedgerHQ/exchange-sdk.git",
"types": "./dist/types",
"main": "./dist",
"files": [
"dist"
],
"scripts": {
"build": "rimraf dist && pnpm exec rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
"dev": "$npm_execpath --silent build --watch",
Expand Down

0 comments on commit 48ac631

Please sign in to comment.