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.
1 parent 462018e commit 044059bCopy full SHA for 044059b
packages/testing/testing-utils/cli/list-pkg-paths-changed.js
@@ -35,7 +35,7 @@ if (process.env.TRAVIS === 'true') {
35
},
36
].forEach(step => {
37
console.log(step.label);
38
- const results = execa.shellSync(step.cmd);
+ const results = execa.sync(step.cmd);
39
if (results.failed) {
40
console.error(`Uh oh, this Travis git step failed:`);
41
console.log(results.stderr);
0 commit comments