Skip to content

Commit

Permalink
feat: add build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Edo-San committed Mar 14, 2024
1 parent c154788 commit d376b1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
cache: 'yarn'
- name: Install dependencies
run: yarn
- name: Build
run: yarn build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d376b1d

Please sign in to comment.