@nu-art/build-and-install 0.204.9 → 0.204.10

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.
@@ -160,7 +160,7 @@ class ProjectManager extends ts_common_1.Logger {
160
160
  delete this.prevRunningStatus;
161
161
  let didPrintPackages = false;
162
162
  const values = (0, ts_common_1.flatArray)(packages.map(async (pkg) => {
163
- var _a, _b, _c;
163
+ var _a;
164
164
  for (const phase of phasesToRun) {
165
165
  if (ProjectManager.isAborted())
166
166
  return;
@@ -183,13 +183,7 @@ class ProjectManager extends ts_common_1.Logger {
183
183
  (_a = this.projectScreen) === null || _a === void 0 ? void 0 : _a.updateRunningPhase(phase.name);
184
184
  // if prev running status still exists skip execution
185
185
  if (this.prevRunningStatus && !phase.isMandatory) {
186
- continue;
187
- }
188
- // skip packages indexes
189
- const packageDependencyIndex = (_c = (_b = this.prevRunningStatus) === null || _b === void 0 ? void 0 : _b.packageDependencyIndex) !== null && _c !== void 0 ? _c : 0;
190
- if (packageDependencyIndex > i) {
191
186
  this.logVerbose('Skipping duo continue');
192
- this.projectScreen.updateOrCreatePackage(pkg.name, 'Skipped');
193
187
  continue;
194
188
  }
195
189
  if (this.dryRun) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nu-art/build-and-install",
3
- "version": "0.204.9",
3
+ "version": "0.204.10",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "TacB0sS",