Add submodule init as task

This commit is contained in:
xbgmsharp
2023-07-05 17:42:35 +02:00
parent b34162f11b
commit a633731ae7

View File

@@ -95,6 +95,11 @@
"command": "git submodule add https://github.com/xbgmsharp/vuestic-postgsail frontend",
"runAtStart": false
},
"git submodule update --init --recursive": {
"name": "git submodule update --init --recursive",
"command": "git submodule update --init --recursive",
"runAtStart": false
},
"git pull": {
"name": "git pull",
"command": "git pull",