From 9757b6543facd422e40177b690af80f9700603e9 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 29 Sep 2022 22:11:20 +0200 Subject: [PATCH] fix ci --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a07ce5..e01f266 100644 --- a/package.json +++ b/package.json @@ -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",