Update github CI action to reflect vite change

This commit is contained in:
Julien Nahum 2023-02-23 19:09:55 +01:00
parent f1c8eeff93
commit 556fcb9e1a
1 changed files with 1 additions and 1 deletions

View File

@ -93,4 +93,4 @@ jobs:
run: npm install --no-audit --no-progress --silent
- name: Build client
run: npm run production
run: npm run build