Skip to content

Commit 11425fb

Browse files
committed
build(): ensure react router gets latest version of core
1 parent bd8c3e8 commit 11425fb

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

.github/workflows/actions/build-react-router/action.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ runs:
1414
with:
1515
path: ./core/node_modules
1616
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
2617
- uses: ./.github/workflows/actions/download-archive
2718
with:
2819
name: ionic-core
2920
path: ./core
3021
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
3131
- name: Sync
3232
run: npm run sync
3333
shell: bash

packages/react-router/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"react-router-dom": "^5.0.1"
4848
},
4949
"devDependencies": {
50-
"@ionic/core": "5.9.0",
5150
"@ionic/react": "5.8.5",
5251
"@rollup/plugin-node-resolve": "^8.1.0",
5352
"@testing-library/jest-dom": "^5.11.6",

0 commit comments

Comments
 (0)