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 eeb395f commit c761abaCopy full SHA for c761aba
package.json
@@ -40,7 +40,8 @@
40
"check-dependencies": "node ./scripts/check-dependencies.js",
41
"update-rspress": "npx taze major --include /rspress/ -w -r -l",
42
"update-rsbuild": "npx taze major --include /rsbuild/ -w -r -l",
43
- "build:docs": "pnpm --filter @modern-js/main-doc... build"
+ "gen:docs": "rm -rf doc_output && mkdir doc_output && cp -r ./packages/document/doc_build/* ./doc_output",
44
+ "build:docs": "pnpm --filter @modern-js/main-doc... build && npm run gen:docs"
45
},
46
"engines": {
47
"node": ">=20",
0 commit comments