Skip to content

Commit

Permalink
fix(ci): adjust release script to ensure build step completes
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsmith committed Oct 23, 2023
1 parent 8ceffa0 commit e79deac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
# ci:build outputs all the files to the root so that users do not
# need to install from `dist`
yarn ci:build
yarn release
run: yarn ci:build && yarn release

0 comments on commit e79deac

Please sign in to comment.