lowcode-engine/scripts/setup-for-test.sh
2021-09-28 20:49:52 +08:00

16 lines
338 B
Bash
Executable File

#!/usr/bin/env bash
tnpm i -g lerna @ali/tyarn
rm -rf node_modules package-lock.json yarn.lock
lerna clean -y
find ./packages -type f -name "package-lock.json" -exec rm -f {} \;
lerna bootstrap
lerna exec --stream \
--scope @ali/lowcode-editor-core \
--scope @ali/lowcode-types \
--scope @ali/lowcode-utils \
-- npm run build