fix find cmmand issue (#1130)

This commit is contained in:
jeremywu 2020-12-27 14:55:24 +08:00 committed by GitHub
parent d000dd7431
commit 691ecf5354
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ yarn build:lib-full
# -P6 stands for 6 maximum parallel, with
# node .build/build.js command
find './packages' -type d -depth 1 ! -name '*util*' ! -name '__mocks__' ! -name 'locale' ! -name 'theme*' -print0 | xargs -I {} -P6 -0 node ./build/build.comps.js {}
find './packages' -type d -maxdepth 1 ! -name '*util*' ! -name '__mocks__' ! -name 'locale' ! -name 'theme*' -print0 | xargs -I {} -P6 -0 node ./build/build.comps.js {}
node ./build/build.entry.js