File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1414for config_file_name in " $@ "
1515do
1616
17- ./build-rust .sh $config_file_name
17+ ./build_rust .sh $config_file_name
1818 ./gen_src.sh $config_file_name
1919 npm run rollup -- --config rollup.config.js --bundleConfigAsCjs --environment BUILD_CONFIG_NAME:${config_file_name}
2020
File renamed without changes.
Original file line number Diff line number Diff line change 77 "build-2d-all" : " ./build_conf.sh dim2 dim2_deterministic dim2_simd" ,
88 "build-3d-all" : " ./build_conf.sh dim3 dim3_deterministic dim3_simd" ,
99 "build-all" : " ./build_conf.sh dim2 dim3 dim2_deterministic dim3_deterministic dim2_simd dim3_simd" ,
10+ "build-conf" : " ./build_conf.sh" ,
1011 "fix-raw-file" : " sh ./fix_raw_file.sh" ,
1112 "build" : " npm run clean && npm run build-all" ,
1213 "clean" : " cargo clean && rimraf builds" ,
4950 " js"
5051 ]
5152 }
52- }
53+ }
You can’t perform that action at this time.
0 commit comments