Switch to "pnpm" from "yarn"
This commit is contained in:
10
.github/workflows/build_push_master.yml
vendored
10
.github/workflows/build_push_master.yml
vendored
@@ -34,15 +34,15 @@ jobs:
|
||||
with:
|
||||
path: |
|
||||
**/node_modules
|
||||
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
|
||||
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||
|
||||
- name: Build webUI
|
||||
run: |
|
||||
cd master
|
||||
yarn ci
|
||||
yarn build
|
||||
yarn build-zip
|
||||
yarn build-md5
|
||||
pnpm ci
|
||||
pnpm build
|
||||
pnpm build-zip
|
||||
pnpm build-md5
|
||||
ls buildZip
|
||||
|
||||
- name: Generate Tag Name
|
||||
|
||||
Reference in New Issue
Block a user