Skip to content

Commit

Permalink
fix(cat-voices): uikit deployment (#1226)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtscalac authored Nov 18, 2024
1 parent 1d1c10a commit 51c128f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalyst_voices/utilities/uikit_example/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.2.24 AS flutter
# Prefixed by "local" to make sure it's not auto triggered, the target was
# designed to work with a specific github action that needs the target output files
local-build-web:
FROM catalyst-voices+builder
FROM catalyst-voices+code-generator
ARG WORKDIR=/frontend/utilities/uikit_example
DO flutter-ci+BUILD_WEB --TARGET=lib/main.dart --WORKDIR=$WORKDIR
SAVE ARTIFACT web AS LOCAL public

0 comments on commit 51c128f

Please sign in to comment.