[_]
This commit is contained in:
parent
89ca3133bf
commit
4707c17518
2 changed files with 3 additions and 9 deletions
2
.github/workflows/release-macos.yml
vendored
2
.github/workflows/release-macos.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
10
Makefile
10
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue