File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
packages/create-wekit-app Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -210,10 +210,11 @@ export async function createApp({ appPath }: { appPath: string }): Promise<void>
210
210
prebuild : 'npm run content' ,
211
211
build : 'hugo --gc --minify --environment production' ,
212
212
scaffold : 'node tools/hygen scaffold new' ,
213
- 'storybook:build' : 'hugo --gc --environment storybook --watch' ,
213
+ 'storybook:build' : 'hugo --gc --environment storybook' ,
214
+ 'storybook:watch' : 'hugo --gc --environment storybook --watch' ,
214
215
'storybook:run' : 'start-storybook -p 6006' ,
215
- prestorybook : 'run-s clean cf:docs cf:argtypes' ,
216
- storybook : 'run-p storybook:build storybook:run' ,
216
+ prestorybook : 'run-s clean cf:docs cf:argtypes storybook:build ' ,
217
+ storybook : 'run-p storybook:watch storybook:run' ,
217
218
'prebuild-storybook' : 'npm run clean && hugo --gc --environment storybook' ,
218
219
'build-storybook' : 'build-storybook' ,
219
220
'debug:i18n' : 'hugo --i18n-warnings | grep i18n' ,
You can’t perform that action at this time.
0 commit comments