Skip to content

Commit bda581c

Browse files
committed
expose parameters to be used with docusarus build
1 parent 0eff0a5 commit bda581c

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
@@ -9,7 +9,7 @@
99
"prepare-sanity-data": "npx vite-node ./scripts/prepare-sanity-data.mts",
1010
"docusaurus": "docusaurus",
1111
"start": "yarn prepare-files && yarn prepare-sanity-data && docusaurus start",
12-
"build": "yarn git-update && yarn prepare-files && yarn prepare-sanity-data && docusaurus build",
12+
"build": "yarn git-update && yarn prepare-files && yarn prepare-sanity-data && docusaurus build \"$@\"",
1313
"swizzle": "docusaurus swizzle",
1414
"deploy": "docusaurus deploy",
1515
"clear": "docusaurus clear",

0 commit comments

Comments
 (0)