Fix the execution-order of the Theme
-task
This commit is contained in:
parent
25683a35fc
commit
992cd447ba
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ Library.description = "Builds the TypeScript- and JavaScript-library.";
|
|||
* @returns
|
||||
* The pipeline to execute.
|
||||
*/
|
||||
export async function Theme(): Promise<NodeJS.ReadWriteStream>
|
||||
export function Theme(): NodeJS.ReadWriteStream
|
||||
{
|
||||
if (settings.Watch)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue