process.env.NODE_ENV = 'development';
import startRunner from '../helpers/run-task';

startRunner.run( 'watch' );
