promote: dev → stage #2

Merged
will.anderson merged 44 commits from dev into stage 2026-05-09 17:32:29 +00:00
Showing only changes of commit d546c9563e - Show all commits
+3 -1
View File
@@ -68,7 +68,9 @@ jobs:
run: |
set -euo pipefail
export EL_HOME=/opt/el
/opt/el/dist/bin/elb build --runtime=/opt/el/el-compiler/runtime
/opt/el/dist/bin/elb build \
--elc=/opt/el/dist/platform/elc \
--runtime=/opt/el/el-compiler/runtime
echo "Binary: $(ls -lh dist/neuron-landing)"
- name: Compile JS El sources