Skip to content

Commit

Permalink
Merge pull request #14020 from apache/release-dev
Browse files Browse the repository at this point in the history
release: 5.0.1
  • Loading branch information
100pah authored Jan 12, 2021
2 parents 6ca59ca + 5bda8a1 commit f9896f0
Show file tree
Hide file tree
Showing 20 changed files with 201,536 additions and 209,430 deletions.
4 changes: 0 additions & 4 deletions build/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ async function run() {
'',
' For example:',
'',
egIndent + 'node build/build.js --release'
+ '\n' + descIndent + '# Build all to `dist` folder.',
egIndent + 'node build/build.js --prepublish'
+ '\n' + descIndent + '# Only prepublish.',
egIndent + 'node build/build.js --type ""'
Expand All @@ -60,8 +58,6 @@ async function run() {
+ '\n' + descIndent + '# Only generate `dist/echarts.common.min.js`.',
egIndent + 'node build/build.js --type simple --min'
+ '\n' + descIndent + '# Only generate `dist/echarts-en.simple.min.js`.',
egIndent + 'node build/build.js -i "my/index.js" -o "my/bundle.js"'
+ '\n' + descIndent + '# Take `<cwd>/my/index.js` as input and generate `<cwd>/my/bundle.js`,'
].join('\n'))
.option(
'--prepublish',
Expand Down
Loading

0 comments on commit f9896f0

Please sign in to comment.