We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
build
1 parent bf9f35c commit b09c813Copy full SHA for b09c813
package.json
@@ -5,7 +5,7 @@
5
"scripts": {
6
"docusaurus": "docusaurus",
7
"start": "docusaurus start",
8
- "build": "docusaurus build && node scripts/generate-glossary-json.js",
+ "build": "docusaurus build 2>&1 | tee brokenLinks.log && node scripts/filter-broken-link-warnings.js && node scripts/generate-glossary-json.js",
9
"swizzle": "docusaurus swizzle",
10
"deploy": "docusaurus deploy",
11
"clear": "docusaurus clear",
0 commit comments