We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b09ff08 commit be3b481Copy full SHA for be3b481
1 file changed
examples/hello-pipeline/package.json
@@ -4,7 +4,7 @@
4
"description": "An itk-wasm Hello Pipeline World! example",
5
"type": "module",
6
"scripts": {
7
- "build": "itk-wasm -i itkwasm/wasi build",
+ "build": "itk-wasm -i docker.io/itkwasm/wasi build",
8
"test": "itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- cthead1.png",
9
"test:quiet": "itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- --quiet cthead1.png",
10
"test:help": "itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- --help"
0 commit comments