UNPKG

279 BJavaScriptView Raw
1/**
2 * Created by fengdewang on 17/9/7.
3 */
4'use strict';
5const exec = require('child_process').exec;
6
7// Do this as the first thing so that any code reading it knows the right env.
8process.env.BABEL_ENV = 'development';
9
10
11exec('cd ./src/scss_mixin/ && git pull origin master');