File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 " tinyusdz.js" ,
88 " tinyusdz.wasm" ,
99 " tinyusdz.wasm.zst" ,
10- " tinyusdz64 .js" ,
11- " tinyusdz64 .wasm" ,
12- " tinyusdz64 .wasm.zst" ,
10+ " tinyusdz_64 .js" ,
11+ " tinyusdz_64 .wasm" ,
12+ " tinyusdz_64 .wasm.zst" ,
1313 " TinyUSDZLoader.js" ,
1414 " TinyUSDZLoaderUtils.js" ,
1515 " TinyUSDZComposer.js" ,
2222 "copy:pkg" : " cpx 'package.json' './dist'" ,
2323 "copy:md" : " cpx 'readme.md' './dist'" ,
2424 "copy:all" : " npm run copy:lic && npm run copy:wasm && npm run copy:js && npm run copy:pkg && npm run copy:md" ,
25- "comp:wasm" : " zstd -19 -f ./dist/tinyusdz.wasm && zstd -19 -f ./dist/tinyusdz64 .wasm" ,
25+ "comp:wasm" : " zstd -19 -f ./dist/tinyusdz.wasm && zstd -19 -f ./dist/tinyusdz_64 .wasm" ,
2626 "build" : " npm run copy:all && npm run comp:wasm" ,
2727 "build:clean" : " rimraf dist && npm run build" ,
2828 "test" : " echo \" Error: no test specified\" && exit 1"
You can’t perform that action at this time.
0 commit comments