Skip to content

Commit

Permalink
chore: add untracked files when running smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Aug 13, 2023
1 parent 51f9429 commit e36200c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/smoke/tests/smoke.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit e36200c

Please sign in to comment.