Skip to content

Commit e6f8a3e

Browse files
bourdaisjjourdain
authored andcommitted
chore(ci): update workflow to build both vue2/3 components
1 parent e5ab046 commit e6f8a3e

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

.github/workflows/test_and_release.yml

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,15 @@ jobs:
7474
with:
7575
node-version: 14
7676

77-
- name: Build Vue Components
77+
- name: Build Vue2 Components
7878
run: |
79-
cd vue-components
79+
cd vue2-components
80+
npm ci
81+
npm run build
82+
83+
- name: Build Vue3 Components
84+
run: |
85+
cd vue3-components
8086
npm ci
8187
npm run build
8288
@@ -96,9 +102,15 @@ jobs:
96102
with:
97103
node-version: 14
98104

99-
- name: Build Vue Components
105+
- name: Build Vue2 Components
106+
run: |
107+
cd vue2-components
108+
npm ci
109+
npm run build
110+
111+
- name: Build Vue3 Components
100112
run: |
101-
cd vue-components
113+
cd vue3-components
102114
npm ci
103115
npm run build
104116

0 commit comments

Comments
 (0)