fix ci
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2022-09-29 22:11:20 +02:00
parent ad568b61e3
commit 9757b6543f
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"description": "My personal blog",
"main": "index.js",
"scripts": {
"build": "run-s prep build:*",
"build": "run-s prep svg build:*",
"build:webpack": "webpack --mode=production",
"start": "run-s prep:clean prep:make svg build:webpack ; run-s start:hugo",
"start:hugo": "hugo server -D -F",