From c081ff2ce978e9055584aa519044613de5f9037d Mon Sep 17 00:00:00 2001 From: mJarsater <62651103+mJarsater@users.noreply.github.com> Date: Wed, 25 Oct 2023 10:52:32 +0200 Subject: [PATCH] fix(react-wrappers): build tegel and then build wrappers (#386) --- .github/workflows/release-react.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-react.yml b/.github/workflows/release-react.yml index 62a1c1c9c..d05f189f8 100644 --- a/.github/workflows/release-react.yml +++ b/.github/workflows/release-react.yml @@ -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