File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 2424 "extract:localize" : " npm run localize:extract -w webcomponents && npm run localize:extract -w webapp" ,
2525 "build:localize" : " npm run localize:build -w webcomponents && npm run localize:build -w webapp" ,
2626
27- "build:zomes" : " CARGO_TARGET_DIR=target cargo build --release --target wasm32-unknown-unknown" ,
27+ "build:zomes" : " CARGO_TARGET_DIR=target RUSTFLAGS='--cfg getrandom_backend= \" custom \" ' cargo build --release --target wasm32-unknown-unknown" ,
2828 "build:dna" : " npm run build:zomes && mkdir -p artifacts && $npm_package_config_bin/hc dna pack -o artifacts/files.dna dna/workdir" ,
2929 "build:happ" : " npm run build:dna && $npm_package_config_bin/hc app pack -o artifacts/files.happ dna/workdir && bash scripts/ts-bindings.sh" ,
3030 "build:devtest" : " npm run clean:hc & npm run build:happ" ,
You can’t perform that action at this time.
0 commit comments