mirror of
https://github.com/visioncortex/vtracer.git
synced 2026-08-30 17:05:57 -07:00
42f94f0d15
nodejs/scripts/publish.mjs builds the wasm (wasm-pack), runs the smoke test, then `npm publish` to a configurable registry (default a local one at http://localhost:4873; override via --registry= or NPM_REGISTRY). Supports --dry-run. Wired as `npm run publish:local`.