Skip to content

Commit 20e3e52

Browse files
committed
Refactor build script in package.json
- Simplified the build script by removing the node script for updating redirects and generating LLMs text, streamlining the build process.
1 parent 41b15db commit 20e3e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cnwebsite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"scripts": {
1313
"docusaurus": "docusaurus",
1414
"start": "docusaurus start",
15-
"build": "docusaurus build && node ../scripts/update-redirects.js ./build/_redirects ./versions.json && yarn run generate-llms-txt",
15+
"build": "docusaurus build",
1616
"build:fast": "PREVIEW_DEPLOY=true yarn run build",
1717
"tsc": "npx tsc --noEmit",
1818
"swizzle": "docusaurus swizzle",

0 commit comments

Comments
 (0)