Merge pull request #246 from trheyi/main

[lock] xgen version
This commit is contained in:
Max 2022-11-10 11:38:59 +08:00 committed by GitHub
commit acc6e7e842
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -76,7 +76,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: yaoapp/xgen
# ref: 9ce17a22904b3f09de90f08abbbdaf42f6b0ef68
ref: 5002c3fded585aaa69a4366135b415ea3234964e
path: xgen-v1.0
- name: Move Kun, Xun, Gou, UI, V8Go

View file

@ -68,7 +68,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: yaoapp/xgen
# ref: 9ce17a22904b3f09de90f08abbbdaf42f6b0ef68
ref: 5002c3fded585aaa69a4366135b415ea3234964e
path: xgen-v1.0
- name: Move Kun, Xun, Gou, UI, V8Go

View file

@ -274,7 +274,7 @@ release: clean
# Building XGEN v1.0
export NODE_ENV=production
git clone https://github.com/YaoApp/xgen.git .tmp/xgen/v1.0
# cd .tmp/xgen/v1.0 && git checkout 9ce17a22904b3f09de90f08abbbdaf42f6b0ef68
cd .tmp/xgen/v1.0 && git checkout 5002c3fded585aaa69a4366135b415ea3234964e
echo "BASE=__yao_admin_root" > .tmp/xgen/v1.0/packages/xgen/.env
cd .tmp/xgen/v1.0 && pnpm install && pnpm run build