Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
yeasir01 committed Jan 19, 2024
1 parent 9d2ae9f commit 07947c6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/strong-coats-dress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"bpac-js": patch
---

modify git build steps
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"scripts": {
"build": "tsup",
"lint": "eslint src/ --fix",
"type-check": "tsc"
"type-check": "tsc",
"version": "npx changeset"
},
"repository": {
"type": "git",
Expand Down
5 changes: 1 addition & 4 deletions tsup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@ import { defineConfig } from 'tsup';

export default defineConfig({
entry: ['src/index.ts'],
treeshake: true,
sourcemap: 'inline',
minify: true,
clean: true,
dts: true,
splitting: false,
format: ['cjs', 'esm', "iife"],
format: ['cjs', 'esm'],
});

0 comments on commit 07947c6

Please sign in to comment.