From 90e60726212901f90c92f50d9e296ba3951b8855 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Thu, 23 Dec 2021 15:06:01 +0100 Subject: [PATCH] Small fix to build script --- scripts/build.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index 9d8f67a3f..e3a0ed08d 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,5 +1,4 @@ #! /bin/bash -: ' echo "Starting build.Should" # The build script; we build the application step by step as building everything at once takes too much RAM # Should be run from the repository root @@ -32,7 +31,6 @@ do # npm run generate && node --max_old_space_size=12000 $(which parcel) build parcel build --public-url './' --no-source-maps "$theme.html" done -' # At last: a workaround; parcel 1.x borks the link to social images; the public-URL (./) is setup incorrectly, so we fix those cd dist echo -e "Fixing social images..."