File tree 2 files changed +9
-10
lines changed
.github/workflows/actions/build-react-router
2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -14,20 +14,20 @@ runs:
14
14
with :
15
15
path : ./core/node_modules
16
16
key : ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('./core/package-lock.json') }}-v1
17
- - name : Install Dependencies
18
- run : npm install --legacy-peer-deps
19
- shell : bash
20
- working-directory : ./packages/react-router
21
- - uses : ./.github/workflows/actions/download-archive
22
- with :
23
- name : ionic-react
24
- path : ./packages/react
25
- filename : ReactBuild.zip
26
17
- uses : ./.github/workflows/actions/download-archive
27
18
with :
28
19
name : ionic-core
29
20
path : ./core
30
21
filename : CoreBuild.zip
22
+ - uses : ./.github/workflows/actions/download-archive
23
+ with :
24
+ name : ionic-react
25
+ path : ./packages/react
26
+ filename : ReactBuild.zip
27
+ - name : Install Dependencies
28
+ run : npm install --legacy-peer-deps
29
+ shell : bash
30
+ working-directory : ./packages/react-router
31
31
- name : Sync
32
32
run : npm run sync
33
33
shell : bash
Original file line number Diff line number Diff line change 47
47
"react-router-dom" : " ^5.0.1"
48
48
},
49
49
"devDependencies" : {
50
- "@ionic/core" : " 5.9.0" ,
51
50
"@ionic/react" : " 5.8.5" ,
52
51
"@rollup/plugin-node-resolve" : " ^8.1.0" ,
53
52
"@testing-library/jest-dom" : " ^5.11.6" ,
You can’t perform that action at this time.
0 commit comments