Skip to content

Commit

Permalink
update build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Anush2303 committed Jan 31, 2025
1 parent 3c675a9 commit 49ecdd9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/plotlyTestCoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 49ecdd9

Please sign in to comment.