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.
1 parent 7bc89f1 commit 9999ae8Copy full SHA for 9999ae8
package.json
@@ -5,7 +5,7 @@
5
"scripts": {
6
"docusaurus": "docusaurus",
7
"start": "docusaurus start --no-open",
8
- "build": "docusaurus clear && docusaurus build",
+ "build": "docusaurus build",
9
"mermaid:theme": "CSS_STRING=$(tr -s ' ' < mermaid-theme.css | tr -d '\n') && jq --arg themeCSS \"$CSS_STRING\" '.themeCSS = $themeCSS' mermaid.config.json > mermaid.config.json.temp && mv mermaid.config.json.temp mermaid.config.json",
10
"diagrams": "yarn mermaid:theme && find -L docs -name '*.mmd' -exec mmdc -i {} -p puppeteer-config.json -c mermaid.config.json --backgroundColor transparent ';'",
11
"swizzle": "docusaurus swizzle",
0 commit comments