Skip to content

Commit 4e30ba3

Browse files
committed
build(compress-stringify): build:gen:python without micromamba
This calls build:micromamba and build:python:wasi. The latter only performs an editable install for wasi, which we no longer need with pixi.
1 parent 3842627 commit 4e30ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compress-stringify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"bindgen:typescript": "itk-wasm pnpm-script bindgen:typescript",
2828
"bindgen:python": "itk-wasm pnpm-script bindgen:python",
2929
"build:gen:typescript": "itk-wasm pnpm-script build:gen:typescript",
30-
"build:gen:python": "itk-wasm pnpm-script build:gen:python",
30+
"build:gen:python": "pnpm build:wasi && pnpm bindgen:python",
3131
"build:python:versionSync": "itk-wasm pnpm-script build:python:versionSync",
3232
"publish:python": "itk-wasm pnpm-script publish:python",
3333
"test": "pnpm test:data:download && pnpm build:gen:python && pnpm test:python",

0 commit comments

Comments
 (0)