Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9337661
D6382.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
542 B
Subscribers
None
D6382.diff
View Options
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
Details
Attached
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
Attached To
D6382: make "yarn install" non-fatal in swh-web entrypoint
Event Timeline
Log In to Comment