You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2021/07/29 10:29:16 UTC

[echarts-www] branch master updated: not remove package.json in echarts-website

This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-www.git


The following commit(s) were added to refs/heads/master by this push:
     new f6d5d89  not remove package.json in echarts-website
f6d5d89 is described below

commit f6d5d89831ebc7afbfd602dc136e8713bc791e2b
Author: pissang <bm...@gmail.com>
AuthorDate: Thu Jul 29 18:29:03 2021 +0800

    not remove package.json in echarts-website
---
 bin/build.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/build.js b/bin/build.js
index 0a8df8f..9af406f 100644
--- a/bin/build.js
+++ b/bin/build.js
@@ -110,7 +110,8 @@ async function clean(config) {
         '**/*',
         '!.*', // .git .gitignore .htaccess .scripts .github
         '!v4/**/*', // v4 website
-        '!README.md'
+        '!README.md',
+        '!package.json'
     ], {
         cwd: destDir
     });

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org