[_]
This commit is contained in:
parent
3f74b1737b
commit
89ca3133bf
1 changed files with 7 additions and 2 deletions
9
Makefile
9
Makefile
|
|
@ -222,10 +222,15 @@ artifacts-macos: clean
|
|||
export NODE_ENV=production
|
||||
rm -f ../xgen-v1.0/pnpm-lock.yaml
|
||||
echo "BASE=__yao_admin_root" > ../xgen-v1.0/packages/xgen/.env
|
||||
cd ../xgen-v1.0 && pnpm install && pnpm run build
|
||||
cd ../xgen-v1.0 && pnpm install
|
||||
cd ../xgen-v1.0/packages/actionflow && pnpm install
|
||||
cd ../xgen-v1.0/packages/storex && pnpm install
|
||||
cd ../xgen-v1.0/packages/xgen && pnpm install
|
||||
cd ../xgen-v1.0/packages/setup && pnpm install
|
||||
cd ../xgen-v1.0 && pnpm run build
|
||||
|
||||
# Setup UI
|
||||
cd ../xgen-v1.0/packages/setup && pnpm install && pnpm run build
|
||||
cd ../xgen-v1.0/packages/setup && pnpm run build
|
||||
|
||||
# Init Application
|
||||
cd ../yao-init rm -rf .git
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue