From e72b1540a5dc50f3a08d3b0abb2d580f371712ea Mon Sep 17 00:00:00 2001 From: zyxkad Date: Sat, 20 Aug 2022 23:09:57 -0600 Subject: [PATCH] add build.sh --- build.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 build.sh diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..34e6872 --- /dev/null +++ b/build.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +cd $(dirname $0) + +exec npm run build