promote: dev → stage #2

Merged
will.anderson merged 44 commits from dev into stage 2026-05-09 17:32:29 +00:00
3 changed files with 9 additions and 9 deletions
Showing only changes of commit 4ec5558517 - Show all commits
+3 -3
View File
@@ -119,9 +119,9 @@ jobs:
if: steps.changetype.outputs.asset_only != 'true' if: steps.changetype.outputs.asset_only != 'true'
run: | run: |
set -euo pipefail set -euo pipefail
"$ELB" build \ "$ELB" \
--elc "$ELC" \ --elc="$ELC" \
--runtime "$EL_RUNTIME" --runtime="$EL_RUNTIME"
echo "Binary: $(ls -lh dist/neuron-landing)" echo "Binary: $(ls -lh dist/neuron-landing)"
# ── Compile JS client sources ───────────────────────────────────────── # ── Compile JS client sources ─────────────────────────────────────────
+3 -3
View File
@@ -113,9 +113,9 @@ jobs:
- name: Build neuron-web with elb - name: Build neuron-web with elb
run: | run: |
set -euo pipefail set -euo pipefail
"$ELB" build \ "$ELB" \
--elc "$ELC" \ --elc="$ELC" \
--runtime "$EL_RUNTIME" --runtime="$EL_RUNTIME"
echo "Binary: $(ls -lh dist/neuron-landing)" echo "Binary: $(ls -lh dist/neuron-landing)"
# ── Compile JS client sources ───────────────────────────────────────── # ── Compile JS client sources ─────────────────────────────────────────
+3 -3
View File
@@ -121,9 +121,9 @@ jobs:
if: steps.changetype.outputs.asset_only != 'true' if: steps.changetype.outputs.asset_only != 'true'
run: | run: |
set -euo pipefail set -euo pipefail
"$ELB" build \ "$ELB" \
--elc "$ELC" \ --elc="$ELC" \
--runtime "$EL_RUNTIME" --runtime="$EL_RUNTIME"
echo "Binary: $(ls -lh dist/neuron-landing)" echo "Binary: $(ls -lh dist/neuron-landing)"
# ── Compile JS client sources ───────────────────────────────────────── # ── Compile JS client sources ─────────────────────────────────────────