Skip to content

Commit f15f90a

Browse files
committed
chore: simplify scripts and config
1 parent 539ed5a commit f15f90a

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
"dev": "pnpm run storybook",
6363
"build-storybook": "storybook build",
6464
"storybook": "storybook dev -p 6006",
65-
"prepare": "rslib build && simple-git-hooks",
66-
"build": "rslib build",
67-
"build:watch": "rslib build -w",
65+
"prepare": "rslib && simple-git-hooks",
66+
"build": "rslib",
67+
"build:watch": "rslib -w",
6868
"lint": "biome check",
6969
"lint:fix": "biome check --write --unsafe",
7070
"bump": "npx bumpp",

rslib.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ export default defineConfig({
66
plugins: [pluginReact(), pluginSass()],
77
lib: [
88
{
9-
format: 'esm',
109
syntax: 'es2018',
1110
autoExternal: false,
1211
banner: {
@@ -30,7 +29,6 @@ export default defineConfig({
3029
},
3130
// without banner
3231
{
33-
format: 'esm',
3432
syntax: 'es2018',
3533
autoExternal: false,
3634
dts: true,

0 commit comments

Comments
 (0)