Logo Wall #9

Merged
an.di merged 12 commits from adilallo/component/LogoWall into adilallo/HeroBanner 2025-08-21 23:09:19 +00:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 318ae5a32f - Show all commits
+2
View File
@@ -48,3 +48,5 @@ storybook-static
.storybook/preview.js
.storybook/main.local.js
.storybook/preview.local.js
.storybook/main.github.js
.storybook/preview.github.js
+1 -1
View File
@@ -10,7 +10,7 @@
"postinstall": "npm rebuild lightningcss",
"storybook": "storybook dev -p 6006",
"storybook:local": "cp .storybook/main.local.js .storybook/main.js && cp .storybook/preview.local.js .storybook/preview.js && storybook dev -p 6006",
"storybook:restore": "git checkout .storybook/main.js .storybook/preview.js",
"storybook:restore": "cp .storybook/main.github.js .storybook/main.js && cp .storybook/preview.github.js .storybook/preview.js",
"build-storybook": "storybook build"
},
"dependencies": {