Skip to content

Commit

Permalink
build(workflows): use yarn immutable
Browse files Browse the repository at this point in the history
  • Loading branch information
sjwall committed Nov 5, 2024
1 parent 58dbc1d commit 80352ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: '16.x'
- name: Build
run: |
yarn install --frozen-lockfile
yarn install --immutable
cd lib
yarn build
cd ..
Expand Down Expand Up @@ -54,6 +54,6 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "sjwall"
yarn install --frozen-lockfile
yarn install --immutable
cd doc
yarn deploy

0 comments on commit 80352ee

Please sign in to comment.