Skip to content

Commit

Permalink
fix unit-test
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Aug 19, 2024
1 parent de25646 commit 9993401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-cli/src/lib/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ export async function teardownNxContext({
...(nxJsonTeardown ? [NX_JSON_FILENAME] : []),
...(projectJsonTeardown ? [PROJECT_JSON_FILENAME] : []),
];
await Promise.all(filesToDelete.map(rm));
await Promise.all(filesToDelete.map(file => rm(file)));
}

0 comments on commit 9993401

Please sign in to comment.