File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ yarn prepublishOnly && yarn format:fix
Original file line number Diff line number Diff line change 48
48
"format" : " prettier --check ." ,
49
49
"format:fix" : " prettier --write ." ,
50
50
"stylelint" : " stylelint **/*.css" ,
51
- "stylelint:fix" : " stylelint **/*.css --fix" ,
51
+ "stylelint:fix" : " stylelint **/*.scss --fix" ,
52
52
"storybook" : " storybook dev -p 6006" ,
53
53
"build-storybook" : " storybook build" ,
54
54
"test" : " vitest" ,
55
55
"test:ui" : " vitest --ui" ,
56
56
"coverage" : " vitest run --coverage" ,
57
- "prepublishOnly" : " vitest run && yarn run build"
57
+ "prepublishOnly" : " vitest run && yarn run build" ,
58
+ "prepare" : " husky"
58
59
},
59
60
"module" : " ./dist/main.js" ,
60
61
"files" : [
107
108
"vite-plugin-dts" : " 4.5.1" ,
108
109
"vite-plugin-externals" : " ^0.6.2" ,
109
110
"vite-plugin-lib-inject-css" : " 2.2.1" ,
110
- "vitest" : " 3.0.7"
111
+ "vitest" : " 3.0.7" ,
112
+ "husky" : " ^9.1.7"
111
113
},
112
114
"main" : " main.js" ,
113
115
"repository" : {
Original file line number Diff line number Diff line change @@ -3005,6 +3005,11 @@ https-proxy-agent@^7.0.6:
3005
3005
agent-base "^7.1.2"
3006
3006
debug "4"
3007
3007
3008
+ husky@^9.1.7 :
3009
+ version "9.1.7"
3010
+ resolved "https://registry.yarnpkg.com/husky/-/husky-9.1.7.tgz#d46a38035d101b46a70456a850ff4201344c0b2d"
3011
+ integrity sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==
3012
+
3008
3013
3009
3014
version "0.6.3"
3010
3015
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501"
You can’t perform that action at this time.
0 commit comments