Skip to content

Commit 767ce4a

Browse files
committed
build: improved packaging script
1 parent ab859a6 commit 767ce4a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ echo "Deploying to packaging org..." && \
1313
sf project deploy start -d src -o $PACKAGING_ORG_ALIAS && \
1414
echo "" && \
1515

16+
echo "Opening packaging org..." && \
17+
sf org open -p lightning/setup/Package/0331t000000Po8N/view -o $PACKAGING_ORG_ALIAS && \
18+
echo "" && \
19+
1620
echo "Restoring project config..." && \
1721
git checkout -- sfdx-project.json
1822
EXIT_CODE="$?"

0 commit comments

Comments
 (0)