diff options
| author | Seth Flynn <[email protected]> | 2025-03-12 20:09:28 -0400 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-03-12 20:26:38 -0400 |
| commit | d564992e4c441f6c0f49b5f691d5c8559ddf2b6c (patch) | |
| tree | faeae3d112ef0fc9847c170404c2365683157dbf /build.sh | |
| parent | 898f1b95c7200a321eb686738e06283fc224959a (diff) | |
chore: rename build script
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 7 |
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 |
