Skip to content

Commit

Permalink
skip node modules bundle in build
Browse files Browse the repository at this point in the history
  • Loading branch information
mfornos committed Jul 7, 2023
1 parent 55a957a commit 4eafff9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,9 @@
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts --clean --minify"
},
"tsup": {
"bundle": true,
"skipNodeModulesBundle": true
},
"stableVersion": "1.0.1"
}
4 changes: 4 additions & 0 deletions packages/pallets/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,9 @@
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts --clean --minify"
},
"tsup": {
"bundle": true,
"skipNodeModulesBundle": true
},
"stableVersion": "1.0.1"
}

0 comments on commit 4eafff9

Please sign in to comment.