Skip to content

Commit 1d22863

Browse files
authored
Add provenance flag to yarn publish command
1 parent d252a81 commit 1d22863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/publish-npm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ else
5656
fi
5757

5858
# Publish with the appropriate tag
59-
yarn publish --tag "$TAG"
59+
yarn publish --tag "$TAG" --provenance

0 commit comments

Comments
 (0)