Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build]
command = "NODE_OPTIONS=\"--max_old_space_size=4096\" yarn run build"
command = "NODE_OPTIONS=\"--max_old_space_size=8192\" yarn run build"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we don't have to do this now. right?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you explain why we need to change this?

publish = "build"

[build.environment]
Expand Down
164 changes: 82 additions & 82 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@docusaurus/plugin-content-pages": "^2.4.3",
"@docusaurus/plugin-sitemap": "^2.4.3",
"@docusaurus/preset-classic": "2.4.3",
"@douyinfe/semi-ui": "^2.79.0",
"asciinema-player": "^3.9.0",
"@douyinfe/semi-ui": "^2.80.0",
"asciinema-player": "^3.10.0",
"clsx": "^2.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down