Skip to content

Commit

Permalink
Missed committing the correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
nravilla committed Sep 26, 2024
1 parent f9394a6 commit cbe1b98
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ public void installFromDistroProperties(File appDataDir, DistroProperties distro

List<File> configFiles = ContentHelper.collectFrontendConfigs(distroProperties);

if (!configFiles.isEmpty()) {
System.out.println("---------------SHOULD NOT SEE THIS-----------------------------" + configFiles.size());
if (configFiles.isEmpty()) {
nodeHelper.runNpx(
String.format("%s assemble --target %s --mode config --config %s", program, buildTargetDir, spaConfigFile), legacyPeerDeps);
} else {
Expand Down

0 comments on commit cbe1b98

Please sign in to comment.