Skip to content

Commit

Permalink
fix(workflow): missing job steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaxenormus committed Jul 5, 2023
1 parent 632679a commit a3e12ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
node-version: "lts/*"
- name: Install dependencies
run: yarn install
- name: Test
run: yarn test
- name: Build
run: yarn build
- name: Audit dependencies
run: yarn npm audit
- name: Release
Expand Down

0 comments on commit a3e12ae

Please sign in to comment.