Browse Source
Merge pull request #9512 from abpframework/maliming-patch-3
Add basic-theme to common.ps1
pull/9513/head
liangshiwei
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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", |
|
|
|
|