fix: use POSIX sh instead of bash for Alpine CI compatibility
Deploy Slides / build-and-deploy (push) Successful in 1m41s
Deploy Slides / build-and-deploy (push) Successful in 1m41s
The node:22-alpine container doesn't have bash installed, causing `sh: bash: not found` in the build step. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
ROOT="$(cd "$(dirname "$0")/.." && pwd)"
|
||||
DIST="$ROOT/dist"
|
||||
|
||||
Reference in New Issue
Block a user