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
},
"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",