Skip to content

Commit a3c9e97

Browse files
chore: add debug
1 parent 6bc6159 commit a3c9e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/uploadResults.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const command = `${
1414
: ""
1515
} npx currents upload --key=${process.env.CURRENTS_KEY} --project-id=${
1616
process.env.CURRENTS_PROJECT_ID
17-
} --report-dir ${reportDir}`;
17+
} --report-dir ${reportDir} --debug`;
1818

1919
try {
2020
execSync(command, { stdio: "inherit" });

0 commit comments

Comments
 (0)