Update codesandbox tasks

This commit is contained in:
xbgmsharp
2023-07-09 20:15:12 +02:00
parent f1903ba3eb
commit 1c62aaa853

View File

@@ -19,8 +19,8 @@
"runAtStart": true "runAtStart": true
}, },
"docker network inspect network": { "docker network inspect network": {
"name": "docker network inspect postgsail_iot", "name": "docker network inspect postgsail_default",
"command": "docker network ls && docker network inspect postgsail_iot", "command": "docker network ls && docker network inspect postgsail_default",
"runAtStart": false "runAtStart": false
}, },
"docker-compose up api": { "docker-compose up api": {
@@ -100,6 +100,11 @@
"command": "git submodule update --init --recursive", "command": "git submodule update --init --recursive",
"runAtStart": false "runAtStart": false
}, },
"git submodule update --recursive --remote": {
"name": "git submodule update --recursive --remote",
"command": "git submodule update --recursive --remote",
"runAtStart": false
},
"git pull": { "git pull": {
"name": "git pull", "name": "git pull",
"command": "git pull", "command": "git pull",