parent
c34bafcca1
commit
8882c5ca6e
10
.github/workflows/ci.yaml
vendored
10
.github/workflows/ci.yaml
vendored
@ -9,12 +9,14 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- name: 设置node镜像
|
||||
run: npm config set registry https://registry.npmmirror.com
|
||||
- name: 设置bun环境
|
||||
run: npm install -g bun
|
||||
- name: 设置yarn环境
|
||||
run: npm install -g yarn
|
||||
- name: 设置yarn镜像
|
||||
run : yarn config set registry https://registry.npmmirror.com
|
||||
- name: 获取依赖
|
||||
run: bun install
|
||||
run: yarn
|
||||
- name: 编译
|
||||
run: bun run build-only
|
||||
run: yarn build-only
|
||||
- name: 上传编译后产物
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user