Skip to content

Commit

Permalink
build: upgrade script to sf
Browse files Browse the repository at this point in the history
  • Loading branch information
pozil committed Apr 5, 2024
1 parent a99aa18 commit c4a76ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pre-packaging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sed -i '' -e 's,"namespace": "","namespace": "parsur",' sfdx-project.json && \
echo "" && \

echo "Deploying to packaging org..." && \
sfdx force:source:deploy -p force-app -u $PACKAGING_ORG_ALIAS && \
sf project deploy start -d force-app -o $PACKAGING_ORG_ALIAS && \
echo "" && \

echo "Restoring project config..." && \
Expand Down

0 comments on commit c4a76ac

Please sign in to comment.