Fix the execution-order of the Theme-task

This commit is contained in:
Manuel Thalmann 2021-05-11 19:30:17 +00:00
parent 25683a35fc
commit 992cd447ba

View file

@ -368,7 +368,7 @@ Library.description = "Builds the TypeScript- and JavaScript-library.";
* @returns * @returns
* The pipeline to execute. * The pipeline to execute.
*/ */
export async function Theme(): Promise<NodeJS.ReadWriteStream> export function Theme(): NodeJS.ReadWriteStream
{ {
if (settings.Watch) if (settings.Watch)
{ {