diff --git a/e2e/smoke/tests/smoke.test.ts b/e2e/smoke/tests/smoke.test.ts index 5e205b29..d87c9e68 100644 --- a/e2e/smoke/tests/smoke.test.ts +++ b/e2e/smoke/tests/smoke.test.ts @@ -124,6 +124,7 @@ describe('nxrocks smoke tests', () => { execSyncOptions(), ); + execSync(`git add -A`, execSyncOptions()); execSync(`git commit -am "chore: scaffold projects"`, execSyncOptions()); runNxCommand(`clean ${bootapp}`, runCommand, execSyncOptions());