Skip to content

Commit 46535cd

Browse files
committed
skip tsc check in build
1 parent b5bf6aa commit 46535cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Build React app
4949
run: |
5050
cd react
51-
npm run build
51+
npx vite build
5252
5353
- name: Install Apple certificate
5454
if: matrix.os == 'macos-latest'

0 commit comments

Comments
 (0)