File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -11,24 +11,30 @@ jobs:
11
11
12
12
with :
13
13
persist-credentials : false
14
- - name : Install and build running contest, webGis and power Plants 🔧
14
+ - name : Install and build running contest🔧
15
15
run : | # Install packages and build the Storybook files
16
16
mkdir docs-build || true
17
17
cd running_contest
18
18
yarn
19
19
yarn build
20
20
cd ..
21
21
cp -r running_contest/build docs-build/running_contest
22
+ - name : Install and build web gis🔧
23
+ run : |
22
24
cd webGis
23
25
yarn
24
26
CI=false yarn build
25
27
cd ..
26
28
cp -r webGis/build docs-build/webGis
29
+ - name : Install and build power Plants🔧
30
+ run : |
27
31
cd powerplants
28
32
yarn
29
33
CI=false yarn build
30
34
cd ..
31
35
cp -r powerplants/build docs-build/powerplants
36
+ - name : Install and build multi-tab🔧
37
+ run : |
32
38
cd multi_tab
33
39
yarn
34
40
CI=false yarn build
Original file line number Diff line number Diff line change 3
3
"private" : true ,
4
4
"version" : " 0.0.0" ,
5
5
"type" : " module" ,
6
- "homepage" : " https://mapcomponents.github.io/react-map-components-apps/multi_tab/ " ,
6
+ "homepage" : " . " ,
7
7
"scripts" : {
8
8
"dev" : " vite" ,
9
9
"build" : " tsc && vite build" ,
You can’t perform that action at this time.
0 commit comments