Add syntax highlighting
Summary: Pretty colors Reviewed By: danielbuechele Differential Revision: D9504416 fbshipit-source-id: 7eb467ff43bed5566f3bd9ce72dc74064fb4718c
This commit is contained in:
committed by
Facebook Github Bot
parent
f7606c8d59
commit
5285d50abf
@@ -9,7 +9,12 @@ const path = require('path');
|
||||
const util = require('util');
|
||||
const glob = util.promisify(require('glob'));
|
||||
const exec = util.promisify(require('child_process').exec);
|
||||
const PACKAGES = ['static', 'src/plugins/*', 'src/fb/plugins/*'];
|
||||
const PACKAGES = [
|
||||
'static',
|
||||
'src/plugins/*',
|
||||
'src/fb/plugins/*',
|
||||
'src/fb/plugins/layout/*',
|
||||
];
|
||||
const WINDOWS = /^win/.test(process.platform);
|
||||
const YARN_PATH =
|
||||
process.argv.length > 2
|
||||
|
||||
Reference in New Issue
Block a user