test1
This commit is contained in:
parent
43cbe2381a
commit
7672fd1b3e
@ -27,7 +27,7 @@ jobs:
|
|||||||
id: cache
|
id: cache
|
||||||
with:
|
with:
|
||||||
path: node_modules
|
path: node_modules
|
||||||
key: ${{ runner.os }}-4
|
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
|
||||||
|
|
||||||
- name: Install and Build # 下载依赖 打包项目
|
- name: Install and Build # 下载依赖 打包项目
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user