Skip to content

Commit

Permalink
ci(release-publish): run build via turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
serjilyashenko committed Apr 26, 2024
1 parent 5350dd3 commit cc3622f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@ jobs:
- name: Lint and test
run: echo "TBD" # FIXME: add linting and tests

- name: Build # TODO: add react-simple-pie via turbo
run: |
cd ${{ github.workspace }}/packages/simple-pie
npm run build
- name: Build
run: npm run build

- name: Create Release Pull Request or Publish to npm
id: changesets
Expand Down

0 comments on commit cc3622f

Please sign in to comment.