Skip to content

Commit 7b7ae6a

Browse files
committed
chore: wip
1 parent 869d2fb commit 7b7ae6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/framework/scripts/publish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ for dir in $dirs; do
2121
# Change to the directory
2222
cd $dir
2323

24-
bun publish --access public || echo "Failed to publish $dir" && exit 1
24+
bun publish --access public || echo "Failed to publish $dir"
2525

2626
# Check if the build command was successful
2727
if [ $? -ne 0 ]; then

0 commit comments

Comments
 (0)