We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bc6159 commit a3c9e97Copy full SHA for a3c9e97
scripts/uploadResults.js
@@ -14,7 +14,7 @@ const command = `${
14
: ""
15
} npx currents upload --key=${process.env.CURRENTS_KEY} --project-id=${
16
process.env.CURRENTS_PROJECT_ID
17
-} --report-dir ${reportDir}`;
+} --report-dir ${reportDir} --debug`;
18
19
try {
20
execSync(command, { stdio: "inherit" });
0 commit comments