Skip to content
This repository was archived by the owner on Jan 28, 2024. It is now read-only.

Commit c4716e6

Browse files
wadewegnercwallsfdc
authored andcommitted
Fixing issue to default to no prompt (#25)
1 parent fd1b91e commit c4716e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ if [ ! "$STAGE" == "" ]; then
109109

110110
log "Installing package version $SFDX_PACKAGE_NAME ..."
111111

112-
invokeCmd "sfdx force:package:install -i \"$SFDX_PACKAGE_VERSION_ID\" -u \"$TARGET_SCRATCH_ORG_ALIAS\" --wait 1000 --publishwait 1000"
112+
invokeCmd "sfdx force:package:install --noprompt -i \"$SFDX_PACKAGE_VERSION_ID\" -u \"$TARGET_SCRATCH_ORG_ALIAS\" --wait 1000 --publishwait 1000"
113113

114114
else
115115

@@ -157,4 +157,4 @@ if [ -f "$postSetupScript" ]; then
157157
fi
158158

159159
header "DONE! Completed in $(($SECONDS - $START_TIME))s"
160-
exit 0
160+
exit 0

0 commit comments

Comments
 (0)