Skip to content

Commit

Permalink
fix: Yarn install in CD step (#120)
Browse files Browse the repository at this point in the history
* Initial commit

* Update
  • Loading branch information
kunalnagar authored Mar 13, 2024
1 parent 701299c commit ef888a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
path: |
**/node_modules
key: ${{ runner.os }}-node_modules-${{ hashFiles('**/yarn.lock') }}-${{ steps.node.outputs.version }}
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Create build
run: yarn build
- name: Release
Expand Down

0 comments on commit ef888a7

Please sign in to comment.