From 64402125cbb102d0656c45348446cf5d515e765c Mon Sep 17 00:00:00 2001 From: maliming Date: Tue, 6 Jul 2021 17:19:41 +0800 Subject: [PATCH] Add basic-theme to common.ps1 --- build/common.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/build/common.ps1 b/build/common.ps1 index 0afe55f120..172e22ad6a 100644 --- a/build/common.ps1 +++ b/build/common.ps1 @@ -7,6 +7,7 @@ $rootFolder = (Get-Item -Path "./" -Verbose).FullName # List of solutions used only in development mode $solutionPaths = @( "../framework", + "../modules/basic-theme", "../modules/users", "../modules/permission-management", "../modules/setting-management",