update test bench

This commit is contained in:
Spedon
2023-03-09 12:01:19 +08:00
parent 4ee452f78e
commit 9326e48441

View File

@@ -6,8 +6,8 @@
"scripts": { "scripts": {
"build": "hugo -v --source=exampleSite --themesDir ../.. --gc", "build": "hugo -v --source=exampleSite --themesDir ../.. --gc",
"build:preview": "hugo -v --source=exampleSite --themesDir ../.. -D --gc", "build:preview": "hugo -v --source=exampleSite --themesDir ../.. -D --gc",
"server": "hugo server --source=exampleSite --themesDir ../.. -D --disableFastRender", "server": "hugo server --source=exampleSite -D --disableFastRender --watch --verbose",
"server:production": "hugo server --source=exampleSite --themesDir ../.. --disableFastRender -e production" "server:production": "hugo server --source=exampleSite --disableFastRender -e production --watch --verbose"
}, },
"repository": { "repository": {
"type": "git", "type": "git",