Skip to content

Commit 3d9f34f

Browse files
author
Prime
committed
fix: disable CI strict mode for build
1 parent 9b30615 commit 3d9f34f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: npm install
2626

2727
- name: Build React app
28-
run: npm run build
28+
run: CI=false npm run build
2929

3030
- name: Sync Capacitor
3131
run: npx cap sync android

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: npm install
2626

2727
- name: Build React app
28-
run: npm run build
28+
run: CI=false npm run build
2929

3030
- name: Sync Capacitor
3131
run: npx cap sync android

0 commit comments

Comments
 (0)