ci: enable npm provenance (#10164)

* chore: enable npm provenance

* chore: do the same for dev releases

* chore: actually enable it in normal releases

* chore: specify provenance in `package.json`

* chore: remove `publishConfig` from api-extractor-utils as it's `private`
This commit is contained in:
Superchupu
2024-03-04 21:11:32 +00:00
committed by GitHub
parent a1010c61f5
commit a66fc65742
20 changed files with 41 additions and 21 deletions

View File

@@ -94,6 +94,7 @@
"node": ">=18"
},
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
}
}