Skip to content

Commit 71d6297

Browse files
author
Matej Lednicky
committed
fix(DIST-304): Rerelease the package to npmjs
1 parent 9605612 commit 71d6297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[
1111
"@semantic-release/exec",
1212
{
13-
"successCmd": "npm publish --registry https://registry.npmjs.org"
13+
"successCmd": "npm config set @typeform:registry https://registry.npmjs.org/ && npm publish --registry https://registry.npmjs.org"
1414
}
1515
],
1616
"@semantic-release/git",

0 commit comments

Comments
 (0)