File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5555 "build:bindings-remote" : " ./scripts/build/build-bindings-remote.sh" ,
5656 "build:bindings-download" : " ./src/bindings/scripts/download-bindings.sh" ,
5757 "build:web" : " ./scripts/build/ts/build-web.sh" ,
58- "build:examples" : " ./scripts/build/build-examples.sh" ,
58+ "build:examples" : " ./scripts/build/ts/ build-examples.sh" ,
5959 "check:bindings" : " ./scripts/build/check-for-bindings.sh" ,
6060 "build:wasm" : " npm run build:wasm:web && npm run build:wasm:node" ,
6161 "build:wasm:web" : " ./scripts/build/wasm/build-web.sh" ,
Original file line number Diff line number Diff line change 22set -Eeuo pipefail
33
44# logging lib
5- source " $( dirname " ${BASH_SOURCE[0]} " ) /../ lib/ux.sh"
5+ source ./scripts/ lib/ux.sh
66setup_script " ${BASH_SOURCE[0]} " " Examples build"
77
88# main steps
You can’t perform that action at this time.
0 commit comments