We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc4817d commit a23251eCopy full SHA for a23251e
catalyst_voices/Earthfile
@@ -116,15 +116,10 @@ build-static-analysis:
116
# Build web version of Catalyst Voices
117
build-web:
118
FROM +code-generator
119
- ARG RUN_ON_PR=true
120
-
121
ARG WORKDIR=/frontend/apps/voices
122
- IF [ $RUN_ON_PR = true ]
123
- DO flutter-ci+BUILD_WEB --WORKDIR=$WORKDIR --BUILD_MODE='--profile' --TARGET=lib/configs/main_web.dart
124
- ELSE
125
- DO flutter-ci+BUILD_WEB --WORKDIR=$WORKDIR --TARGET=lib/configs/main_web.dart
126
- SAVE ARTIFACT web
127
- END
+
+ DO flutter-ci+BUILD_WEB --WORKDIR=$WORKDIR --BUILD_MODE='--release' --TARGET=lib/configs/main_web.dart
+ SAVE ARTIFACT web
128
129
package:
130
FROM nginx:alpine3.20-slim
0 commit comments