Browse Source

Add basic-theme to common.ps1

pull/9512/head
maliming 5 years ago
committed by GitHub
parent
commit
64402125cb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      build/common.ps1

1
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",

Loading…
Cancel
Save