Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 462 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 462 Bytes

edp-build

Build Status Dependencies Status

Package for edp build.

# 检查build之后的结果是否正常的一种方式
edp amd list biz.js | sort | uniq -c | sort -k 1 -n -r | awk '{if($1>1){print $0}}'

# 如果有输出,那么说明可能存在问题