about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-10-25 23:24:36 +0200
committerSoispha <soispha@vhack.eu>2023-10-25 23:24:36 +0200
commit4e8a192c533addc98ce3bc837591af7bb14273ee (patch)
tree516dce565b750d2a3e31988c3b2cb38ea918ca5b
parentchore(merge): remote-tracking branch 'origin/master' (diff)
downloadlibredirect-4e8a192c533addc98ce3bc837591af7bb14273ee.zip
build(build.sh): Add support for merging
-rwxr-xr-xbuild.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 4a5281e1..80598899 100755
--- a/build.sh
+++ b/build.sh
@@ -1,5 +1,7 @@
 #!/usr/bin/env sh
 
+git fetch --all
+git merge origin/master fork/master
 
 npm install
 npm run html # Generates html using Pug