Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Add provenence flag when publishing jsapi-types (#5204)
- .npmrc file is not getting used with how we publish (building the tarball first and then publishing from a different directory) - Adding the --provenance flag should generate the provenance statements automatically: https://docs.npmjs.com/generating-provenance-statements#publishing-packages-with-provenance-via-github-actions - This _should_ work even publishing from the tarball, as the provenance info is generated after the tarball is created: https://github.com/npm/provenance?tab=readme-ov-file#demo-generating-signed-slsa-provenance
- Loading branch information