diff --git a/.changeset/README.md b/.changeset/README.md index 46a6260..c2668e7 100644 --- a/.changeset/README.md +++ b/.changeset/README.md @@ -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: diff --git a/.changeset/pretty-bananas-punch.md b/.changeset/pretty-bananas-punch.md new file mode 100644 index 0000000..c62b1a0 --- /dev/null +++ b/.changeset/pretty-bananas-punch.md @@ -0,0 +1,5 @@ +--- +"@babylonlabs-io/bbn-core-ui": patch +--- + +fix build config diff --git a/package-lock.json b/package-lock.json index 7da058b..520c12c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@babylonlabs-io/bbn-core-ui", - "version": "0.0.0", + "version": "0.0.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@babylonlabs-io/bbn-core-ui", - "version": "0.0.0", + "version": "0.0.7", "devDependencies": { "@changesets/cli": "^2.27.9", "@chromatic-com/storybook": "^3.2.2", diff --git a/package.json b/package.json index b67643a..474dedd 100644 --- a/package.json +++ b/package.json @@ -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": [ diff --git a/tsconfig.app.json b/tsconfig.app.json index 751b6ca..fc713ae 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -11,7 +11,7 @@ /* Bundler mode */ "moduleResolution": "Bundler", - "allowImportingTsExtensions": true, + "allowImportingTsExtensions": false, "isolatedModules": true, "moduleDetection": "force", "noEmit": false, @@ -19,7 +19,6 @@ /* Declarations */ "declaration": true, - "emitDeclarationOnly": true, "declarationDir": "dist", /* Linting */ @@ -30,7 +29,7 @@ "paths": { "@/*": ["*", "./*"] }, - "outDir": "dist" + "outDir": "dist", }, "include": ["src"], "keywords": ["react", "ui-components", "babylonlabs", "bitcoin", "bitcoin-ui"]