Skip to content

Commit 2f5461f

Browse files
committed
fixed: storybook build process
1 parent 956e227 commit 2f5461f

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)