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 2
2
"name" : " @itk-wasm/compare-images-build" ,
3
3
"version" : " 5.2.2" ,
4
4
"private" : true ,
5
- "description" : " scripts to generate @itk-wasm/compare-stringify itk-wasm artifacts. " ,
5
+ "description" : " @itk-wasm/compare-stringify build configuration " ,
6
6
"type" : " module" ,
7
7
"itk-wasm" : {
8
8
"emscripten-docker-image" : " itkwasm/emscripten:latest" ,
30
30
"test" : " pnpm test:data:download && pnpm build:gen:python && pnpm test:python" ,
31
31
"test:data:download" : " dam download test/data test/data.tar.gz bafybeiafli6egtmkcgany65po64w67hpqnmgwr5utqo6ycbbz7k5l33llu https://github.com/InsightSoftwareConsortium/ITK-Wasm/releases/download/itk-wasm-v1.0.0-b.171/compare-images-test-data.tar.gz" ,
32
32
"test:data:pack" : " dam pack test/data test/data.tar.gz" ,
33
- "test:python:wasi" : " pixi run test-wasi" ,
34
- "test:python:emscripten" : " pixi run test-emscripten" ,
35
- "test:python:dispatch" : " pixi run test-dispatch" ,
33
+ "test:python:wasi" : " pnpm test:data:download && pixi run test-wasi" ,
34
+ "test:python:emscripten" : " pnpm test:data:download && pixi run test-emscripten" ,
35
+ "test:python:dispatch" : " pnpm test:data:download && pixi run test-dispatch" ,
36
36
"test:python" : " pixi run test-python"
37
37
},
38
38
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments