[_]
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
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: yaoapp/xgen
|
repository: yaoapp/xgen
|
||||||
ref: 408470b84c9d6bb8ed988b545b6e46ffc2872014
|
# ref: 408470b84c9d6bb8ed988b545b6e46ffc2872014
|
||||||
path: xgen-v1.0
|
path: xgen-v1.0
|
||||||
|
|
||||||
- name: Checkout Yao-Init
|
- name: Checkout Yao-Init
|
||||||
|
|
|
||||||
10
Makefile
10
Makefile
|
|
@ -165,7 +165,6 @@ bindata:
|
||||||
# make artifacts-linux
|
# make artifacts-linux
|
||||||
.PHONY: artifacts-linux
|
.PHONY: artifacts-linux
|
||||||
artifacts-linux: clean
|
artifacts-linux: clean
|
||||||
|
|
||||||
mkdir -p dist/release
|
mkdir -p dist/release
|
||||||
|
|
||||||
# Building XGEN v1.0
|
# Building XGEN v1.0
|
||||||
|
|
@ -222,15 +221,10 @@ artifacts-macos: clean
|
||||||
export NODE_ENV=production
|
export NODE_ENV=production
|
||||||
rm -f ../xgen-v1.0/pnpm-lock.yaml
|
rm -f ../xgen-v1.0/pnpm-lock.yaml
|
||||||
echo "BASE=__yao_admin_root" > ../xgen-v1.0/packages/xgen/.env
|
echo "BASE=__yao_admin_root" > ../xgen-v1.0/packages/xgen/.env
|
||||||
cd ../xgen-v1.0 && pnpm install
|
cd ../xgen-v1.0 && pnpm install && pnpm run build
|
||||||
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
|
# Setup UI
|
||||||
cd ../xgen-v1.0/packages/setup && pnpm run build
|
cd ../xgen-v1.0/packages/setup && pnpm install && pnpm run build
|
||||||
|
|
||||||
# Init Application
|
# Init Application
|
||||||
cd ../yao-init rm -rf .git
|
cd ../yao-init rm -rf .git
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue