We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e8f23 commit 5eb11a1Copy full SHA for 5eb11a1
1 file changed
package.json
@@ -7,7 +7,7 @@
7
"lint": "eslint . --ext .ts,.tsx,.js,.jsx",
8
"lint:fix": "eslint . --ext .ts,.tsx,.js,.jsx --fix",
9
"format": "prettier --write .",
10
- "hugo:dev": "cd hugo && hugo server --disableFastRender",
+ "hugo:dev": "rm -rf hugo/public && cd hugo && hugo server --disableFastRender",
11
"build:local": "rm -rf hugo/public && cd hugo && hugo && bun run index",
12
"build": "cd hugo && hugo --minify && bun run index",
13
"index": "bunx pagefind --site hugo/public",
0 commit comments