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",