aboutsummaryrefslogtreecommitdiff
path: root/packages/challenger-ui/build.mjs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-11-15 22:24:33 +0100
committerChristian Grothoff <christian@grothoff.org>2023-11-15 22:24:33 +0100
commitdbcd4c020278c74bc2f3e34add94b074c168db40 (patch)
tree6a48a7a024c7961dcc8253fa5b4caf7ffeee9c70 /packages/challenger-ui/build.mjs
parent1fe13cc8a3f06cf006b826a1a4f5f387b978ee7f (diff)
downloadwallet-core-dbcd4c020278c74bc2f3e34add94b074c168db40.tar.xz
add enter-file-access-form.html to build rules
Diffstat (limited to 'packages/challenger-ui/build.mjs')
-rwxr-xr-xpackages/challenger-ui/build.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/challenger-ui/build.mjs b/packages/challenger-ui/build.mjs
index a03234f94..95088628c 100755
--- a/packages/challenger-ui/build.mjs
+++ b/packages/challenger-ui/build.mjs
@@ -27,6 +27,7 @@ await build({
"src/attempts-exhausted.html",
"src/enter-address-form.html",
"src/enter-email-form.html",
+ "src/enter-file-access-form.html",
"src/enter-phone-form.html",
"src/enter-tan-form.html",
"src/internal-error.html",
@@ -39,4 +40,3 @@ await build({
destination: "./dist/prod",
css: "postcss",
});
-