File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5050 "scripts" : {
5151 "build:dev" : " ./scripts/build/ts/build-dev.sh" ,
5252 "build" : " ./scripts/build/ts/build-node.sh" ,
53+ "build:web" : " ./scripts/build/ts/build-web.sh" ,
54+ "build:examples" : " ./scripts/build/ts/build-examples.sh" ,
5355 "build:bindings-node" : " ./src/bindings/scripts/build-o1js-node.sh" ,
5456 "build:bindings-all" : " ./src/bindings/scripts/update-o1js-bindings.sh" ,
5557 "build:bindings-remote" : " ./scripts/build/build-bindings-remote.sh" ,
5658 "build:bindings-download" : " ./src/bindings/scripts/download-bindings.sh" ,
57- "build:web" : " ./scripts/build/ts/build-web.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" ,
You can’t perform that action at this time.
0 commit comments