Skip to content

Commit 6c1c9aa

Browse files
committed
added render build command
1 parent 29639d8 commit 6c1c9aa

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

package-lock.json

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"start": "node scripts/start-wrapper.js",
99
"start:all": "docusaurus start",
1010
"build": "NODE_OPTIONS=--max-old-space-size=8192 npx docusaurus build",
11+
"build-render": "npm install @rspack/binding-linux-x64-gnu; npm install; npx docusaurus build",
1112
"build:single": "node scripts/build-single.js",
1213
"swizzle": "docusaurus swizzle",
1314
"clear": "docusaurus clear",

0 commit comments

Comments
 (0)