From bb6165c1ad640ea7c45ecff2efbc01b48eaf2445 Mon Sep 17 00:00:00 2001 From: CanadaHonk Date: Tue, 6 Dec 2022 19:06:31 +0000 Subject: [PATCH] chore: add injectPolyfills script to stop older build scripts from breaking --- scripts/injectPolyfills.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 scripts/injectPolyfills.sh diff --git a/scripts/injectPolyfills.sh b/scripts/injectPolyfills.sh new file mode 100644 index 0000000..547539b --- /dev/null +++ b/scripts/injectPolyfills.sh @@ -0,0 +1,2 @@ +#!/bin/sh +echo This script (injectPolyfills) only exists to stop older build scripts from breaking, you no longer need to run it \ No newline at end of file