mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
chore(): fix vue install step
This commit is contained in:
@ -20,7 +20,7 @@ runs:
|
|||||||
path: ./core
|
path: ./core
|
||||||
filename: CoreBuild.zip
|
filename: CoreBuild.zip
|
||||||
- name: Install Vue Dependencies
|
- name: Install Vue Dependencies
|
||||||
run: npm install
|
run: npm install --legacy-peer-deps
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ./packages/vue
|
working-directory: ./packages/vue
|
||||||
- name: Sync
|
- name: Sync
|
||||||
|
Reference in New Issue
Block a user