Page MenuHomeSoftware Heritage

D6382.diff
No OneTemporary

D6382.diff

diff --git a/docker/services/swh-web/entrypoint.sh b/docker/services/swh-web/entrypoint.sh
--- a/docker/services/swh-web/entrypoint.sh
+++ b/docker/services/swh-web/entrypoint.sh
@@ -9,7 +9,9 @@
if [[ -d /src/swh-web ]] ; then
echo "Install and compile swh-web static assets"
pushd /src/swh-web
- yarn install --frozen-lockfile
+ if ! yarn install --frozen-lockfile; then
+ echo "warning: Could not rebuild swh-web static assets"
+ fi
# execute webpack-dev-server in background
yarn start-dev&
popd

File Metadata

Mime Type
text/plain
Expires
Jul 3 2025, 8:12 AM (10 w, 2 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3221081

Event Timeline