Restore npm pack

This commit is contained in:
MatiasManevi
2026-03-12 11:42:29 -03:00
parent 8c3e70998d
commit a07763f13b
+1
View File
@@ -223,6 +223,7 @@ package_wasm() {
cp wasm/README.md wasm/dist/README.md
VERSION="${VERSION:-${GITHUB_REF#refs/tags/}}"
npm --prefix wasm/dist version "${VERSION}" --no-git-tag-version
npm pack --dry-run ./wasm/dist
npm publish ./wasm/dist --access public --provenance
}