Skip to content

Commit

Permalink
fix(react-wrappers): build tegel and then build wrappers (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
mJarsater authored Oct 25, 2023
1 parent c444ec6 commit c081ff2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,11 @@ jobs:
- name: Check out new branch
run: git checkout -b "release/${{ github.event.inputs.tegelVersion }}"

- name: React - Run build
- name: Core - Install Tegel
run: npm run install
working-directory: packages/core

- name: React - Build
run: npm run build-react

- name: React - Publish
Expand Down

0 comments on commit c081ff2

Please sign in to comment.