Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
fix redirection
  • Loading branch information
prudhomm authored Jul 21, 2023
1 parent 28d15f7 commit 90713bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"scripts": {
"prose": "write-good --parse **/*.adoc",
"serve": "http-server public/ -d -i",
"dev": "npx antora --stacktrace generate --cache-dir cache --redirect-facility disabled --clean site-dev.yml",
"antora": "npx antora --stacktrace generate --cache-dir cache --redirect-facility disabled --clean site.yml",
"validate": "npx antora --stacktrace generate --cache-dir cache --redirect-facility disabled --generator ./generator/xref-validator.js --clean site.yml",
"dev": "npx antora --stacktrace generate --cache-dir cache --clean site-dev.yml",
"antora": "npx antora --stacktrace generate --cache-dir cache --clean site.yml",
"validate": "npx antora --stacktrace generate --cache-dir cache --generator ./generator/xref-validator.js --clean site.yml",
"linkcheck": "broken-link-checker --filter-level 3 --recursive --verbose"
},
"dependencies": {
Expand Down

0 comments on commit 90713bf

Please sign in to comment.