fix: remove space in start script

This commit is contained in:
Henk Verlinde 2021-07-05 11:25:26 +02:00
parent 90065dbf10
commit 0ea988a346
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
"init": "shx rm -rf .git && git init -b main",
"create": "exec-bin bin/hugo/hugo new",
"prestart": "npm run clean",
"start": "exec-bin bin/hugo/hugo server --bind=0.0.0.0 --disableFastRender",
"start": "exec-bin bin/hugo/hugo server --bind=0.0.0.0 --disableFastRender",
"prebuild": "npm run clean",
"build": "exec-bin bin/hugo/hugo --gc --minify",
"build:preview": "npm run build -D -F",