Skip to content

Commit

Permalink
fix: remove prettierrc file from cleanUncessaryFields
Browse files Browse the repository at this point in the history
  • Loading branch information
linfeng committed Oct 9, 2019
1 parent 54acfe3 commit eb93a64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node/clean-unecessary-files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ import * as path from 'path';
import { globalState } from '../utils/global-state';

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

0 comments on commit eb93a64

Please sign in to comment.