chore(): sync with main

This commit is contained in:
Liam DeBeasi
2021-11-17 10:40:04 -05:00
20 changed files with 158 additions and 115 deletions

View File

@@ -28,6 +28,15 @@ runs:
name: ionic-core
path: ./core
filename: CoreBuild.zip
- uses: ./.github/workflows/actions/download-archive
with:
name: ionic-react
path: ./packages/react
filename: ReactBuild.zip
- name: Install Dependencies
run: npm install --legacy-peer-deps
shell: bash
working-directory: ./packages/react-router
- name: Sync
run: npm run sync
shell: bash