We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04de9a9 commit 28a1bf3Copy full SHA for 28a1bf3
.github/workflows/publish.yml
@@ -12,6 +12,7 @@ jobs:
12
permissions:
13
packages: write
14
contents: write
15
+ id-token: write
16
17
defaults:
18
run:
packages/persist-and-sync/package.json
@@ -17,7 +17,7 @@
"license": "MIT",
"scripts": {
19
"build": "tsc && node touchup.js",
20
- "publish-package": "cd dist && npm publish && node ../legacy-support.js && npm publish",
+ "publish-package": "cd dist && npm publish && node ../legacy-support.js && npm publish --provenance --access public",
21
"test": "vitest run --coverage"
22
},
23
"funding": {
0 commit comments