mirror of
https://gitlab.com/DevLifeFromModernWay/devlifefrommodernway.gitlab.io.git
synced 2025-06-20 23:35:36 +00:00
Compare commits
2 Commits
2023-10-17
...
2023-10-17
Author | SHA1 | Date | |
---|---|---|---|
0abaa06495 | |||
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",
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# LICENSE Information
|
# ライセンス情報
|
||||||
|
|
||||||
## 本文
|
## 本文
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user