appiq-solution 1.5.0 → 1.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -548,7 +548,7 @@ class IdeSetup extends BaseIdeSetup {
|
|
548
548
|
|
549
549
|
// Check for dot-prefixed expansion packs in install directory
|
550
550
|
const glob = require("glob");
|
551
|
-
const dotExpansions = glob.sync(".bmad-*", { cwd: installDir });
|
551
|
+
const dotExpansions = glob.sync(".{bmad,appiq}-*", { cwd: installDir });
|
552
552
|
|
553
553
|
for (const dotExpansion of dotExpansions) {
|
554
554
|
if (dotExpansion !== ".bmad-core") {
|