Skip to content

Commit 39db735

Browse files
committed
Add Yarn plugins
1 parent d20d7ca commit 39db735

File tree

4 files changed

+560
-4
lines changed

4 files changed

+560
-4
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node-version: '16.x'
1818
- name: Test Build
1919
run: |
20-
yarn install --frozen-lockfile
20+
yarn install --immutable
2121
npm run build
2222
gh-release:
2323
if: github.event_name != 'pull_request'
@@ -37,5 +37,5 @@ jobs:
3737
run: |
3838
git config --global user.email "jakeboone02@gmail.com"
3939
git config --global user.name "Jake Boone"
40-
yarn install --frozen-lockfile
40+
yarn install --immutable
4141
npm run deploy

0 commit comments

Comments
 (0)