Skip to content

Commit 7e71fcc

Browse files
Merge pull request #5 from prathamVaidya/feat-modal-fallback
fixed: storybook build process
2 parents d5350ca + 2f5461f commit 7e71fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"build": "cp src/* supercode/ -r && vite build",
88
"start": "rm -rf public/tinymce && cp node_modules/tinymce public -r && storybook dev -p 6006",
9-
"build-storybook": "storybook build",
9+
"build-storybook": "cp node_modules/tinymce public -r && storybook build",
1010
"test": "echo \"Error: no test specified\" && exit 1"
1111
},
1212
"author": "Pratham Vaidya",

0 commit comments

Comments
 (0)