File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7272
7373 - name : Run yarn pack in react-charts to create .tgz file
7474 run : |
75- cd ./repo1/packages/charts/react-charts
75+ cd ./repo1/packages/charts/react-charts/library
7676 yarn pack --filename react-charts.tgz
7777 id : pack-chart-v9
7878
8686 uses : actions/upload-artifact@v4
8787 with :
8888 name : react-charts-tgz
89- path : ./repo1/packages/charts/react-charts/react-charts.tgz
89+ path : ./repo1/packages/charts/react-charts/library/ react-charts.tgz
9090
9191 - name : Checkout [main] of current repo
9292 uses : actions/checkout@v4
@@ -102,7 +102,7 @@ jobs:
102102 - name : Install .tgz file in Plotly examples
103103 run : |
104104 cd contrib_repo/apps/plotly_examples
105- yarn add ../../../repo1/packages/charts/react-charts/react-charts.tgz
105+ yarn add ../../../repo1/packages/charts/react-charts/library/ react-charts.tgz
106106 yarn
107107
108108 - name : Start test app in background
You can’t perform that action at this time.
0 commit comments