Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #108 from forcedotcom/sh/add-passthrough
Browse files Browse the repository at this point in the history
chore: allow node params to pass through
  • Loading branch information
shetzel authored Jan 19, 2021
2 parents b06a26a + 3d4ebdb commit 9ffdb6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/dev-scripts/bin/sf-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const command = `${nyc} mocha "${includes}"`;
try {
shell.exec(command, {
cwd: packageRoot,
passthrough: true,
});
} catch (err) {
process.exitCode = 1;
Expand Down

0 comments on commit 9ffdb6d

Please sign in to comment.