Skip to content

Commit

Permalink
fix: add build-config script in action
Browse files Browse the repository at this point in the history
  • Loading branch information
wazolab committed Jan 16, 2024
1 parent a25aa11 commit 5ffab1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/install/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ runs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: ${{ runner.os }}-yarn-

- name: Build Config πŸ‘¨πŸ»β€πŸ’»
shell: bash
run: yarn build-config

- name: Install dependencies πŸ‘¨πŸ»β€πŸ’»
shell: bash
run: yarn install

0 comments on commit 5ffab1d

Please sign in to comment.