Skip to content

Commit

Permalink
ci: add build step
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrinkman committed Oct 24, 2023
1 parent 0762487 commit b878cbb
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 @@ -28,6 +28,8 @@ jobs:
node-version: "lts/*"
- name: Install dependencies
run: npm clean-install
- name: Build app
run: npm run build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b878cbb

Please sign in to comment.