There was an error while loading. Please reload this page.
1 parent 676e90f commit 4463371Copy full SHA for 4463371
1 file changed
.github/workflows/build.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Build React app
49
run: |
50
cd react
51
- npm run build
+ npx vite build
52
53
- name: Install Apple certificate
54
if: matrix.os == 'macos-latest'
0 commit comments