Skip to content

Commit

Permalink
test(transform): disable typescript exit 1 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Aug 8, 2024
1 parent c19b0f8 commit 97a2980
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/transform-io/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"scripts": {
"start": "pnpm copyDemoAppAssets && vite",
"test": "echo \"Error: no test specified\" && exit 1",
"test": "echo \"Error: no test specified\"",
"build": "pnpm build:tsc && pnpm build:browser:workerEmbedded && pnpm build:browser:workerEmbeddedMin && pnpm build:demo",
"build:browser:workerEmbedded": "esbuild --loader:.worker.js=dataurl --bundle --format=esm --outfile=./dist/bundle/index-worker-embedded.js ./src/index-worker-embedded.ts",
"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",
Expand Down Expand Up @@ -49,4 +49,4 @@
"type": "git",
"url": "https://github.com/InsightSoftwareConsortium/ITK-Wasm"
}
}
}

0 comments on commit 97a2980

Please sign in to comment.