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 c1fe509 commit 4ea5f21Copy full SHA for 4ea5f21
benchmark/apps/cli/src/index.ts
@@ -58,6 +58,9 @@ const run = async (toolbox: GluegunToolbox) => {
58
throw new Error(`Exercise is invalid: ${exercise}`)
59
}
60
61
+ console.log(await execa({ cwd: exercisesPath })`git checkout -f`)
62
+ console.log(await execa({ cwd: exercisesPath })`git clean -fd`)
63
+
64
const id = config.runId ? Number(config.runId) : undefined
65
let run: Run
66
0 commit comments