Skip to content

Commit

Permalink
fix(.github): matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed Nov 23, 2022
1 parent 15712a8 commit a11b573
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
cache: yarn

- name: 🏗 Install dependencies
working-directory: '{{matrix.folder}}'
working-directory: ${{ matrix.folder }}
run: yarn install --frozen-lockfile

- name: 🚀 Build Typescript
working-directory: '{{matrix.folder}}'
working-directory: ${{ matrix.folder }}
run: yarn build

0 comments on commit a11b573

Please sign in to comment.