mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-16 18:57:48 +00:00
Update codesandbox tasks
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user