Skip to content

Commit 06b9c78

Browse files
committed
feat: update publish.sh
1 parent 375374f commit 06b9c78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

publish.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ fi
1515

1616
# Publish the package
1717
echo "Publishing the package to npm..."
18-
npm publish
18+
npm publish --access public
19+
1920

2021
# Check if publish was successful
2122
if [ $? -ne 0 ]; then

0 commit comments

Comments
 (0)