Skip to content

Commit 57d2a97

Browse files
committed
test: do not exit 1 in bindgen test pipeline package.json
1 parent 1a386cd commit 57d2a97

File tree

1 file changed

+1
-1
lines changed
  • packages/core/typescript/itk-wasm/test/pipelines/typescript

1 file changed

+1
-1
lines changed

packages/core/typescript/itk-wasm/test/pipelines/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"scripts": {
1818
"start": "pnpm copyShoelaceAssets && vite",
19-
"test": "echo \"Error: no test specified\" && exit 1",
19+
"test": "echo \"No test specified\"",
2020
"build": "pnpm build:tsc && pnpm build:browser:workerEmbedded && pnpm build:browser:workerEmbeddedMin && pnpm build:demo",
2121
"build:browser:workerEmbedded": "esbuild --loader:.worker.js=dataurl --bundle --format=esm --outfile=./dist/bundle/index-worker-embedded.js ./src/index-worker-embedded.ts",
2222
"build:browser:workerEmbeddedMin": "esbuild --minify --loader:.worker.js=dataurl --bundle --format=esm --outfile=./dist/bundle/index-worker-embedded.min.js ./src/index-worker-embedded.min.ts",

0 commit comments

Comments
 (0)