Merge pull request #203 from trheyi/main

[change] unlock xgen version
This commit is contained in:
Max 2022-10-16 09:54:16 +08:00 committed by GitHub
commit adbfbbebbe
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-next
ref: 9ce17a22904b3f09de90f08abbbdaf42f6b0ef68
# ref: 9ce17a22904b3f09de90f08abbbdaf42f6b0ef68
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-next
ref: 9ce17a22904b3f09de90f08abbbdaf42f6b0ef68
# ref: 9ce17a22904b3f09de90f08abbbdaf42f6b0ef68
path: xgen-v1.0
- name: Move Kun, Xun, Gou, UI, V8Go

View file

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