We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5ab046 commit e6f8a3eCopy full SHA for e6f8a3e
.github/workflows/test_and_release.yml
@@ -74,9 +74,15 @@ jobs:
74
with:
75
node-version: 14
76
77
- - name: Build Vue Components
+ - name: Build Vue2 Components
78
run: |
79
- cd vue-components
+ cd vue2-components
80
+ npm ci
81
+ npm run build
82
+
83
+ - name: Build Vue3 Components
84
+ run: |
85
+ cd vue3-components
86
npm ci
87
npm run build
88
@@ -96,9 +102,15 @@ jobs:
96
102
97
103
98
104
99
105
106
107
108
109
110
111
100
112
101
113
114
115
116
0 commit comments