Remove --silent from npm ci to surface install errors

This commit is contained in:
Chad Curtis
2026-03-16 02:48:41 -05:00
parent 3809d4b72d
commit 93ce7d548b
+1 -1
View File
@@ -109,7 +109,7 @@ build-apk:
- sed -i "s/versionName \"[^\"]*\"/versionName \"${VERSION_NAME}\"/" android/app/build.gradle
# Build web assets
- npm ci --silent
- npm ci
- npx vite build -l error
- cp dist/index.html dist/404.html