Skip to content

Commit de1703f

Browse files
committed
fix(cli): Push settings unhandled non-logged case
1 parent dcee08a commit de1703f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/cli/lib/commands/push.js.twig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,8 @@ const pushResources = async () => {
750750
};
751751

752752
const pushSettings = async () => {
753+
checkDeployConditions(localConfig);
754+
753755
try {
754756
log("Pushing project settings ...");
755757

0 commit comments

Comments
 (0)