We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5350ca + 2f5461f commit 7e71fccCopy full SHA for 7e71fcc
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"build": "cp src/* supercode/ -r && vite build",
8
"start": "rm -rf public/tinymce && cp node_modules/tinymce public -r && storybook dev -p 6006",
9
- "build-storybook": "storybook build",
+ "build-storybook": "cp node_modules/tinymce public -r && storybook build",
10
"test": "echo \"Error: no test specified\" && exit 1"
11
},
12
"author": "Pratham Vaidya",
0 commit comments