File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 4949 },
5050 "scripts" : {
5151 "build:dev" : " ./scripts/build/ts/build-dev.sh" ,
52- "build" : " ./src /build/build.sh" ,
52+ "build" : " ./scripts /build/ts/ build-node .sh" ,
5353 "build:bindings-node" : " ./src/bindings/scripts/build-o1js-node.sh" ,
5454 "build:bindings-all" : " ./src/bindings/scripts/update-o1js-bindings.sh" ,
5555 "build:bindings-remote" : " ./scripts/build/build-bindings-remote.sh" ,
Original file line number Diff line number Diff line change 77set -Eeuo pipefail
88
99# ---------- paths ----------
10- # script is inside src/build/, so repo root is two levels up
11- ROOT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) /../.." && pwd) "
10+ ROOT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) /../../.." && pwd) "
1211BINDINGS_CHECK_PATH=" ${BINDINGS_CHECK_PATH:- $ROOT_DIR / src/ bindings/ compiled} " # presence gate
1312
1413# ---------- shared libraries ----------
15- source " $ROOT_DIR /scripts/lib/ux.sh"
14+ source . /scripts/lib/ux.sh
1615setup_script " ${BASH_SOURCE[0]} " " Build"
1716
1817# ---------- steps ----------
You can’t perform that action at this time.
0 commit comments