mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 15:07:03 +01:00
Adds PostCompile and PreSynchronize events
This commit is contained in:
@@ -27,7 +27,9 @@ namespace Tgstation.Server.Host.Components.StaticFiles
|
||||
|
||||
static readonly IReadOnlyDictionary<EventType, string> EventTypeScriptFileNameMap = new Dictionary<EventType, string>
|
||||
{
|
||||
{ EventType.CompileStart, "PreCompile" }
|
||||
{ EventType.CompileStart, "PreCompile" },
|
||||
{ EventType.CompileComplete, "PostCompile" },
|
||||
{ EventType.RepoPreSynchronize, "PreSynchronize" }
|
||||
};
|
||||
|
||||
static readonly string SystemScriptFileExtension = RuntimeInformation.IsOSPlatform(OSPlatform.Windows) ? "bat" : "sh";
|
||||
|
||||
Reference in New Issue
Block a user