Skip to content

Commit ee3fcaf

Browse files
committed
build(compress-stringify): add version-sync and publish scripts
Other style and fixes included.
1 parent d63da80 commit ee3fcaf

File tree

4 files changed

+3955
-1701
lines changed

4 files changed

+3955
-1701
lines changed

packages/compress-stringify/package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"name": "@itk-wasm/compress-stringify-build",
3-
"version": "1.0.0",
3+
"version": "3.3.1",
44
"private": true,
5-
"packageManager": "[email protected]",
6-
"description": "scripts to generate @itk-wasm/compare-stringify itk-wasm artifacts.",
5+
"description": "@itk-wasm/compare-stringify build configuration.",
76
"type": "module",
87
"itk-wasm": {
98
"emscripten-docker-image": "itkwasm/emscripten:latest",
@@ -33,9 +32,9 @@
3332
"test": "pnpm test:data:download && pnpm build:gen:python && pnpm test:python",
3433
"test:data:download": "dam download test/data test/data.tar.gz bafkreiha6oye3fd5cxfadnua5r2jlkaco2xuyeek454d2ihiffsx7rauqe https://placeholder",
3534
"test:data:pack": "dam pack test/data test/data.tar.gz",
36-
"test:python:wasi": "pixi run test-wasi",
37-
"test:python:emscripten": "pixi run test-emscripten",
38-
"test:python:dispatch": "pixi run test-dispatch",
35+
"test:python:wasi": "pnpm test:data:download && pixi run test-wasi",
36+
"test:python:emscripten": "pnpm test:data:download && pixi run test-emscripten",
37+
"test:python:dispatch": "pnpm test:data:download && pixi run test-dispatch",
3938
"test:python": "pixi run test-python",
4039
"test:wasi": "itk-wasm pnpm-script test:wasi"
4140
},

0 commit comments

Comments
 (0)