Skip to content

Commit

Permalink
chore: test ci output
Browse files Browse the repository at this point in the history
  • Loading branch information
sand4rt committed May 9, 2024
1 parent 7e98adf commit 35ca85e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/workspace.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ class Workspace {
return;
hasChanges = true;
console.warn('Updated', jsonPath);
console.warn(json);
await writeJSON(jsonPath, json);
};

Expand Down Expand Up @@ -125,7 +126,7 @@ class Workspace {
}
await maybeWriteJSON(pkg.packageJSONPath, pkg.packageJSON);
}

// Re-run npm i to make package-lock dirty.
child_process.execSync('npm i');
return hasChanges;
Expand Down

0 comments on commit 35ca85e

Please sign in to comment.