We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff7945d + eb6bb63 commit 3969433Copy full SHA for 3969433
.changeset/funky-olives-call.md
@@ -0,0 +1,5 @@
1
+---
2
+"fix-react2shell-next": patch
3
4
+
5
+lockfile
lib/index.js
@@ -356,6 +356,9 @@ async function run() {
356
console.log(c('yellow', lockfileOnly ? '\nLockfile update had issues.' : '\nSome install commands had issues.'));
357
console.log(c('dim', ' The package.json files have been updated.'));
358
console.log(c('dim', ' Please run install commands manually in the affected directories.\n'));
359
+ if (lockfileOnly) {
360
+ process.exit(1);
361
+ }
362
}
363
364
0 commit comments