chore(v2): remove prettier from specific projects

This commit is contained in:
Yangshun Tay 2019-02-23 14:16:20 -08:00
parent 7eac4827ad
commit 63851a6f14
11 changed files with 50 additions and 51 deletions

View file

@ -10,7 +10,7 @@ const fm = require('front-matter');
const escapeStringRegexp = require('escape-string-regexp');
const fs = require('fs-extra');
const genPath = path.resolve(__dirname, '../core/generated');
const genPath = path.resolve(__dirname, '../core/__generated__');
fs.ensureDirSync(genPath);
const genCache = new Map();