Skip to content

Commit 2aee952

Browse files
committed
chore(release): explicit registry in publish script
1 parent ebabf46 commit 2aee952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# shellcheck shell=bash
33

44
# Publish to public npm registry
5-
npm publish --tag latest
5+
npm publish --tag latest --registry=https://registry.npmjs.org/
66

77
# Publish to private Cloudsmith registry
88
npm publish --tag latest --registry=https://npm.fontawesome.com/

0 commit comments

Comments
 (0)