build(project): release/1-0-2-beta-46 (#2136)

- Update release change log and update release script
This commit is contained in:
jeremywu
2021-06-03 14:41:20 +08:00
committed by GitHub
parent e8fa016b46
commit b60e4f3bef
7 changed files with 101 additions and 2 deletions

View File

@@ -16,7 +16,9 @@ yarn build:lib-full
# -P2 stands for 2 maximum parallel, with
# node .build/build.js command
find './packages' -type d -maxdepth 1 ! -name '*util*' ! -name '__mocks__' ! -name 'locale' ! -name 'theme*' -print0 | xargs -I {} -P2 -0 node ./build/build.comps.js {}
# find './packages' -type d -maxdepth 1 ! -name '*util*' ! -name '__mocks__' ! -name 'locale' ! -name 'theme*' -print0 | xargs -I {} -P2 -0 node ./build/build.comps.js {}
yarn build:components
find ./packages/utils -type f ! -name '*.test.ts' ! -name 'package.json' -print0 \
| xargs -P2 -0 -I {} node ./build/build-util.js {}