mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-03 16:52:10 +08:00
更新构建依赖安装命令
This commit is contained in:
parent
7da0760a4f
commit
cbfd12e062
2
.github/workflows/beta-pack.yml
vendored
2
.github/workflows/beta-pack.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
|||||||
${{ runner.os }}-node-caches-
|
${{ runner.os }}-node-caches-
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm ci
|
||||||
|
|
||||||
- name: Build Packages
|
- name: Build Packages
|
||||||
run: |
|
run: |
|
||||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
|||||||
${{ runner.os }}-node-caches-
|
${{ runner.os }}-node-caches-
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm ci
|
||||||
|
|
||||||
- name: Build Packages
|
- name: Build Packages
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user