Skip to content

Commit

Permalink
fix build config
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-babylonlabs committed Nov 22, 2024
1 parent 6250b75 commit c8fedd8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .changeset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Patch:
5. Generated changeset is generated under .changeset dir
6. Edit the file in .changeset for further details
7. Commit change and push to Github
8. Github Actions will automatically publish the package and create a new PR named `Version Packages`
8. Github Actions will automatically create a new PR named `Version Packages`
9. After reviewing, merge the `Version Packages` PR on Github, the package version is then updated and published to npm.

Notes:
Expand Down
5 changes: 5 additions & 0 deletions .changeset/pretty-bananas-punch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@babylonlabs-io/bbn-core-ui": patch
---

fix build config
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"prepare": "husky",
"changeset": "npx changeset && changeset version",
"release": "npm run build && changeset publish"
},
"files": [
Expand Down
5 changes: 2 additions & 3 deletions tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@

/* Bundler mode */
"moduleResolution": "Bundler",
"allowImportingTsExtensions": true,
"allowImportingTsExtensions": false,
"isolatedModules": true,
"moduleDetection": "force",
"noEmit": false,
"jsx": "react-jsx",

/* Declarations */
"declaration": true,
"emitDeclarationOnly": true,
"declarationDir": "dist",

/* Linting */
Expand All @@ -30,7 +29,7 @@
"paths": {
"@/*": ["*", "./*"]
},
"outDir": "dist"
"outDir": "dist",
},
"include": ["src"],
"keywords": ["react", "ui-components", "babylonlabs", "bitcoin", "bitcoin-ui"]
Expand Down

0 comments on commit c8fedd8

Please sign in to comment.