Skip to content

Commit 44afc7d

Browse files
committed
Edit github actions
1 parent 979fcd2 commit 44afc7d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515

16+
- name: Add Peer Dependency for VUE
17+
run: yarn add vue -P
18+
1619
- name: Install dependencies
1720
run: yarn install
1821

0 commit comments

Comments
 (0)