about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-03-06 12:27:49 -0800
committerGitHub <noreply@github.com>2024-03-06 12:27:49 -0800
commitd5b0a33ae3b36463684e53b2b99196826fa9d538 (patch)
tree3b084316cf23d937c45162618dd5c751b7287727 /Dockerfile
parent800eecbfe4746c887933ecd34c20c862220d07ee (diff)
downloadvoidsky-d5b0a33ae3b36463684e53b2b99196826fa9d538.tar.zst
Run `extract` and `compile` when building for web (#3132)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index fcd2413cd..3ad05b6ec 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -31,7 +31,7 @@ RUN \. "$NVM_DIR/nvm.sh" && \
   nvm use $NODE_VERSION && \
   npm install --global yarn && \
   yarn && \
-  yarn intl:compile && \
+  yarn intl:build && \
   yarn build-web
 
 # DEBUG