This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch theme-builder in repository https://gitbox.apache.org/repos/asf/echarts-www.git
commit be2dd02d958659de4fb6767db6b70ca5e01612e0 Author: Ovilia <[email protected]> AuthorDate: Thu Sep 25 16:29:17 2025 +0800 fix: update for new theme builder --- _scss/_pages.theme.scss | 5 ----- bin/release.sh | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/_scss/_pages.theme.scss b/_scss/_pages.theme.scss index 85a67b3c..b69e2deb 100644 --- a/_scss/_pages.theme.scss +++ b/_scss/_pages.theme.scss @@ -49,8 +49,3 @@ border: rgb(204, 204, 204) 1px solid; } } - -#theme-builder { - margin: 30px 0; - text-align: center; -} diff --git a/bin/release.sh b/bin/release.sh index 7f1623b7..b8127d13 100644 --- a/bin/release.sh +++ b/bin/release.sh @@ -49,7 +49,7 @@ if [ ! -d "${themeProjectDir}" ]; then exit 1 fi cd ${themeProjectDir} -node build.js --release +npm run release # Build doc echo "Build doc ..." --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
