Small refinements

This commit is contained in:
Billy Tat 2024-09-10 15:05:07 -07:00
parent 4be88ee094
commit 3e95ddfa6c
No known key found for this signature in database
3 changed files with 7 additions and 7 deletions

6
.gitignore vendored
View File

@ -1,5 +1,5 @@
build/
node_modules/
tmp/
.vscode/
node_modules/
build/
.DS_Store/
**/.DS_Store

View File

@ -1,7 +1,7 @@
local:
mkdir -p tmp
npx antora --version
npx antora --stacktrace --log-format=pretty \
npx antora --stacktrace --log-format=pretty --log-level=info \
playbook-local.yml \
2>&1 | tee tmp/local-build.log 2>&1
@ -9,7 +9,7 @@ remote:
mkdir -p tmp
npm install && npm update
npx antora --version
npx antora --stacktrace --log-format=pretty \
npx antora --stacktrace --log-format=pretty --log-level=info \
playbook-remote.yml \
2>&1 | tee tmp/remote-build.log 2>&1

View File

@ -1,11 +1,11 @@
{
"devDependencies": {
"antora": "3.1.9"
"antora": "3.1.9",
"http-server": "^14.1.1"
},
"dependencies": {
"@antora/lunr-extension": "^1.0.0-alpha.8",
"@asciidoctor/tabs": "^1.0.0-beta.6",
"http-server": "^14.1.1",
"nodejieba": "^3.4.2"
}
}