Skip to content

Commit 695a138

Browse files
committed
Edit github action jobs order
1 parent f76437b commit 695a138

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

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

16-
- name: Add Vue Package
17-
run: yarn add vue
18-
1916
- name: Install dependencies
2017
run: yarn install
2118

19+
- name: Add Vue Package
20+
run: yarn add --peer vue
21+
2222
- name: Run linter
2323
run: yarn lint
2424

0 commit comments

Comments
 (0)