diff options
author | Hailey <me@haileyok.com> | 2024-03-06 12:27:49 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-06 12:27:49 -0800 |
commit | d5b0a33ae3b36463684e53b2b99196826fa9d538 (patch) | |
tree | 3b084316cf23d937c45162618dd5c751b7287727 /Dockerfile | |
parent | 800eecbfe4746c887933ecd34c20c862220d07ee (diff) | |
download | voidsky-d5b0a33ae3b36463684e53b2b99196826fa9d538.tar.zst |
Run `extract` and `compile` when building for web (#3132)
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
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 |