This commit is contained in:
Max 2022-12-16 14:20:59 +08:00
parent 89ca3133bf
commit 4707c17518
2 changed files with 3 additions and 9 deletions

View file

@ -77,7 +77,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: yaoapp/xgen
ref: 408470b84c9d6bb8ed988b545b6e46ffc2872014
# ref: 408470b84c9d6bb8ed988b545b6e46ffc2872014
path: xgen-v1.0
- name: Checkout Yao-Init

View file

@ -165,7 +165,6 @@ bindata:
# make artifacts-linux
.PHONY: artifacts-linux
artifacts-linux: clean
mkdir -p dist/release
# Building XGEN v1.0
@ -222,15 +221,10 @@ 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
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
cd ../xgen-v1.0 && pnpm install && pnpm run build
# Setup UI
cd ../xgen-v1.0/packages/setup && pnpm run build
cd ../xgen-v1.0/packages/setup && pnpm install && pnpm run build
# Init Application
cd ../yao-init rm -rf .git