Skip to content

Commit

Permalink
Add missing yarn release artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmacdonald committed Nov 8, 2023
1 parent d258a0d commit faeb1c5
Show file tree
Hide file tree
Showing 4 changed files with 900 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
* text eol=lf
/frontend/.yarn/releases/** binary
/frontend//.yarn/plugins/** binary
/frontend/.yarn/plugins/** binary
8 changes: 0 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install modules
working-directory: ./frontend
run: yarn install

- name: Setup nodejs
uses: actions/setup-node@v4
with:
Expand All @@ -32,10 +28,6 @@ jobs:
- name: corepack
run: corepack enable

- name: setup yarn
working-directory: ./frontend
run: yarn set version stable

- name: Install modules
working-directory: ./frontend
run: yarn install
Expand Down
13 changes: 6 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,9 @@ sm

yarn-error.log
frontend/.yarn/*
frontend/*.pnp.*
frontend/!.yarn/cache
frontend/!.yarn/patches
frontend/!.yarn/plugins
frontend/!.yarn/releases
frontend/!.yarn/sdks
frontend/!.yarn/versions
!frontend/.yarn/cache
!frontend/.yarn/patches
!frontend/.yarn/plugins
!frontend/.yarn/releases
!frontend/.yarn/sdks
!frontend/.yarn/versions
893 changes: 893 additions & 0 deletions frontend/.yarn/releases/yarn-4.0.1.cjs

Large diffs are not rendered by default.

0 comments on commit faeb1c5

Please sign in to comment.