From 49ecdd9f57a1e8ad9053cdb46f785839ef0fda1c Mon Sep 17 00:00:00 2001 From: Anush Gupta <74965306+Anush2303@users.noreply.github.com> Date: Fri, 31 Jan 2025 04:42:00 +0000 Subject: [PATCH] update build command --- .github/workflows/plotlyTestCoverage.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/plotlyTestCoverage.yml b/.github/workflows/plotlyTestCoverage.yml index 160c7217bf..c5734c5e50 100644 --- a/.github/workflows/plotlyTestCoverage.yml +++ b/.github/workflows/plotlyTestCoverage.yml @@ -54,11 +54,15 @@ jobs: - name: Install packgaes run: yarn --cwd ./repo1 && yarn --cwd ./repo1/packages/charts/react-charting - - name: Intall nx globally + - name: Intall nx run: yarn add nx - name: Build - run: yarn --cwd ./repo1/packages/charts/react-charting && yarn nx run react-charting:build + run: | + cd ./repo1 + rm -rf node_modules yarn.lock + yarn install + yarn nx run react-charting:build - name: Run yarn pack to create .tgz file run: |