mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 18:42:56 +00:00
10 lines
197 B
Bash
Executable File
10 lines
197 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
|