Skip to content

Commit 2eae16b

Browse files
committed
build: revert preview CLI
1 parent 98e6c44 commit 2eae16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-dev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sf org delete scratch -p -o $ORG_ALIAS &> /dev/null
1414
echo ""
1515

1616
echo "Creating scratch org..." && \
17-
sf org create scratch -f config/project-scratch-def.json -a $ORG_ALIAS -d -y 30 --release preview && \
17+
sf org create scratch -f config/project-scratch-def.json -a $ORG_ALIAS -d -y 30 && \
1818
echo "" && \
1919

2020
echo "Pushing source..." && \

0 commit comments

Comments
 (0)