mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
chore: update references to yarn
This commit is contained in:
6
.github/actions/build/action.yml
vendored
6
.github/actions/build/action.yml
vendored
@@ -20,7 +20,7 @@ runs:
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 16
|
||||
cache: "yarn"
|
||||
cache: "pnpm"
|
||||
|
||||
- name: Install Dependencies and Build
|
||||
shell: bash -l {0}
|
||||
@@ -29,5 +29,5 @@ runs:
|
||||
BASE: ${{ inputs.base }}
|
||||
run: |
|
||||
cd "$BUILD_FOLDER"
|
||||
yarn install
|
||||
yarn build --base "$BASE"
|
||||
pnpm install
|
||||
pnpm build --base "$BASE"
|
||||
|
||||
Reference in New Issue
Block a user