File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments