summaryrefslogtreecommitdiff
path: root/build-site.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-site.sh
parent898f1b95c7200a321eb686738e06283fc224959a (diff)
chore: rename build script
Diffstat (limited to 'build-site.sh')
-rwxr-xr-xbuild-site.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/build-site.sh b/build-site.sh
deleted file mode 100755
index 501f8da..0000000
--- a/build-site.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/env bash
-#
-# CI wrapper for building the website
-#
-set -euo pipefail
-
-pnpm run build