From ab21c78fbffb8a8f09bd3e1ac9d020e4513e1907 Mon Sep 17 00:00:00 2001 From: Satsuki Akiba Date: Tue, 17 Oct 2023 09:15:10 +0900 Subject: [PATCH] FIX --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d1a4bdf..788894c 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "scripts": { "watch": "run-s license && run-p watch:web", "watch:web": "honkit serve", - "build": "run-s license build:content", - "build:content": "run-p build:content:*", + "build": "run-s build:content", + "build:content": "run-s license && run-p build:content:*", "build:content:web": "honkit build", "build:content:pdf": "mkdir -p ./target/ && honkit pdf . ./target/book.pdf", "build:content:epub": "mkdir -p ./target/ && honkit epub . ./target/book.epub",