fix: 初次 bootstrap 构建 types / utils

This commit is contained in:
力皓 2021-01-04 17:12:59 +08:00
parent a97a4e89ec
commit 1e59de5aed

View File

@ -8,5 +8,7 @@ find ./packages -type f -name "package-lock.json" -exec rm -f {} \;
lerna bootstrap
lerna exec --scope @ali/lowcode-types -- npm run build
lerna exec --scope @ali/lowcode-utils -- npm run build
lerna exec --scope @ali/lowcode-react-renderer -- npm run build
lerna exec --scope @ali/lowcode-rax-renderer -- npm run build