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.
1 parent 2250e49 commit f05e770Copy full SHA for f05e770
packages/create-wekit-app/create-app.ts
@@ -209,6 +209,9 @@ export async function createApp({ appPath }: { appPath: string }): Promise<void>
209
start: 'hugo server --disableFastRender',
210
prebuild: 'npm run content',
211
build: 'hugo --gc --minify --environment production',
212
+ 'watch:hugo': 'hugo server --watch --noHTTPCache',
213
+ 'watch:content': 'cssg watch',
214
+ watch: 'run-p watch:content watch:hugo',
215
scaffold: 'node tools/hygen scaffold new',
216
'storybook:build': 'hugo --gc --environment storybook',
217
'storybook:watch': 'hugo --gc --environment storybook --watch',
0 commit comments