chore(angular): properly sync core changes (#26025)

This commit is contained in:
Liam DeBeasi
2022-09-27 14:11:59 -05:00
committed by GitHub
parent 84edb9c26d
commit 219a2058a4
3 changed files with 10 additions and 6 deletions

View File

@@ -30,12 +30,8 @@ runs:
run: npm install --legacy-peer-deps
shell: bash
working-directory: ./angular
- name: Link @ionic/core
run: npm link
shell: bash
working-directory: ./core
- name: Link @ionic/core in @ionic/angular
run: npm link @ionic/core
- name: Sync
run: npm run sync
shell: bash
working-directory: ./angular
- name: Lint