We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5bf6aa commit 46535cdCopy full SHA for 46535cd
.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