summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-03-12 20:09:28 -0400
committerSeth Flynn <[email protected]>2025-03-12 20:26:38 -0400
commitd564992e4c441f6c0f49b5f691d5c8559ddf2b6c (patch)
treefaeae3d112ef0fc9847c170404c2365683157dbf /build.sh
parent898f1b95c7200a321eb686738e06283fc224959a (diff)
chore: rename build script
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/build.sh b/build.sh
new file mode 100755
index 0000000..501f8da
--- /dev/null
+++ b/build.sh
@@ -0,0 +1,7 @@
+#!/usr/bin/env bash
+#
+# CI wrapper for building the website
+#
+set -euo pipefail
+
+pnpm run build