[MIRROR] trigger spacemandmm reparse in CBT 'Build All' task (#4537)

* trigger spacemandmm reparse in CBT 'Build All' task (#58061)

* trigger spacemandmm reparse in CBT 'Build All' task

Co-authored-by: William Wallace <me@wiox.me>
This commit is contained in:
SkyratBot
2021-03-31 02:18:15 +01:00
committed by GitHub
co-authored by William Wallace
parent c4e67fbf8d
commit 25c77cf94e
+6
View File
@@ -21,6 +21,7 @@
"kind": "build",
"isDefault": true
},
"dependsOn": "dm: reparse",
"label": "Build All"
},
{
@@ -44,6 +45,11 @@
],
"group": "build",
"label": "tgui: build"
},
{
"command": "${command:dreammaker.reparse}",
"group": "build",
"label": "dm: reparse"
}
]
}