From b35530d6686806a001c6b17451163479f63148f2 Mon Sep 17 00:00:00 2001 From: DaanSelen <80752476+DaanSelen@users.noreply.github.com> Date: Wed, 24 Sep 2025 13:17:14 +0200 Subject: [PATCH] chore: add build script --- build.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 build.sh diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..d4f12ba --- /dev/null +++ b/build.sh @@ -0,0 +1 @@ +NODE_OPTIONS=--no-deprecation npm run build