mirror of
https://gitlab.com/DevLifeFromModernWay/devlifefrommodernway.gitlab.io.git
synced 2025-06-20 19:25:38 +00:00
Compare commits
1 Commits
2023-10-17
...
2023-10-17
Author | SHA1 | Date | |
---|---|---|---|
ab21c78fbf |
@ -4,8 +4,8 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"watch": "run-s license && run-p watch:web",
|
"watch": "run-s license && run-p watch:web",
|
||||||
"watch:web": "honkit serve",
|
"watch:web": "honkit serve",
|
||||||
"build": "run-s license build:content",
|
"build": "run-s build:content",
|
||||||
"build:content": "run-p build:content:*",
|
"build:content": "run-s license && run-p build:content:*",
|
||||||
"build:content:web": "honkit build",
|
"build:content:web": "honkit build",
|
||||||
"build:content:pdf": "mkdir -p ./target/ && honkit pdf . ./target/book.pdf",
|
"build:content:pdf": "mkdir -p ./target/ && honkit pdf . ./target/book.pdf",
|
||||||
"build:content:epub": "mkdir -p ./target/ && honkit epub . ./target/book.epub",
|
"build:content:epub": "mkdir -p ./target/ && honkit epub . ./target/book.epub",
|
||||||
|
Reference in New Issue
Block a user