Skip to content

Commit

Permalink
fix(build): actually do the build before releasing
Browse files Browse the repository at this point in the history
Closes #492
  • Loading branch information
kentcdodds committed Nov 11, 2020
1 parent 2f585fe commit 98940a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/validate.yml
Expand Up @@ -60,6 +60,9 @@ jobs:
with:
useLockFile: false

- name: 🏗️ Run build script
run: npm run build

- name: 🚀 Release
uses: cycjimmy/semantic-release-action@v2
with:
Expand Down

0 comments on commit 98940a7

Please sign in to comment.