From 1c62aaa85310182919b99e81f8bc67b4ba40e417 Mon Sep 17 00:00:00 2001 From: xbgmsharp Date: Sun, 9 Jul 2023 20:15:12 +0200 Subject: [PATCH] Update codesandbox tasks --- .codesandbox/tasks.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.codesandbox/tasks.json b/.codesandbox/tasks.json index 66e5416..ecba397 100644 --- a/.codesandbox/tasks.json +++ b/.codesandbox/tasks.json @@ -19,8 +19,8 @@ "runAtStart": true }, "docker network inspect network": { - "name": "docker network inspect postgsail_iot", - "command": "docker network ls && docker network inspect postgsail_iot", + "name": "docker network inspect postgsail_default", + "command": "docker network ls && docker network inspect postgsail_default", "runAtStart": false }, "docker-compose up api": { @@ -100,6 +100,11 @@ "command": "git submodule update --init --recursive", "runAtStart": false }, + "git submodule update --recursive --remote": { + "name": "git submodule update --recursive --remote", + "command": "git submodule update --recursive --remote", + "runAtStart": false + }, "git pull": { "name": "git pull", "command": "git pull",