Skip to content

Commit 20d8fbe

Browse files
authored
Add Vite installation step to build workflow
1 parent 1076f54 commit 20d8fbe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/frontend-asset-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
with:
1313
# Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0.
1414
node-version: '>=20'
15+
- name: Install Vite
16+
run: yarn add vite
1517

1618
- run: yarn action-build
1719
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)