update.sh 355 字节
Newer Older
1 2
set -e

3
git pull
4 5
rm -rf node_modules
yarn
6
yarn add "@ibiz-template/vue-util@latest" "@ibiz-template/service@latest" "@ibiz-template/runtime@latest" "@ibiz-template/model@latest" "@ibiz-template/core@latest" "@ibiz-template/command@latest" "@ibiz-template/controller@latest" "@ibiz-template/theme@latest"
7
yarn build
8 9
rm -rf node_modules
pnpm install
10 11

exit 0