Skip to content

Commit eb93a64

Browse files
author
linfeng
committed
fix: remove prettierrc file from cleanUncessaryFields
1 parent 54acfe3 commit eb93a64

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/node/clean-unecessary-files.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ import * as path from 'path';
33
import { globalState } from '../utils/global-state';
44

55
export async function cleanUncessaryFields() {
6-
await fs.remove(path.join(globalState.projectRootPath, '.prettierrc'));
76
await fs.remove(path.join(globalState.projectRootPath, 'tsconfig.jest.json'));
87
}

0 commit comments

Comments
 (0)