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 0eff0a5 commit bda581cCopy full SHA for bda581c
package.json
@@ -9,7 +9,7 @@
9
"prepare-sanity-data": "npx vite-node ./scripts/prepare-sanity-data.mts",
10
"docusaurus": "docusaurus",
11
"start": "yarn prepare-files && yarn prepare-sanity-data && docusaurus start",
12
- "build": "yarn git-update && yarn prepare-files && yarn prepare-sanity-data && docusaurus build",
+ "build": "yarn git-update && yarn prepare-files && yarn prepare-sanity-data && docusaurus build \"$@\"",
13
"swizzle": "docusaurus swizzle",
14
"deploy": "docusaurus deploy",
15
"clear": "docusaurus clear",
0 commit comments