Skip to content

Commit 9999ae8

Browse files
revert: docusaurus build change
1 parent 7bc89f1 commit 9999ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"docusaurus": "docusaurus",
77
"start": "docusaurus start --no-open",
8-
"build": "docusaurus clear && docusaurus build",
8+
"build": "docusaurus build",
99
"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",
1010
"diagrams": "yarn mermaid:theme && find -L docs -name '*.mmd' -exec mmdc -i {} -p puppeteer-config.json -c mermaid.config.json --backgroundColor transparent ';'",
1111
"swizzle": "docusaurus swizzle",

0 commit comments

Comments
 (0)