From 44437493258f55cfc2439a3801860a528563ab1e Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Mon, 21 Nov 2016 01:17:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8F=90=E4=BA=A4=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/deploy.js | 1 + 1 file changed, 1 insertion(+) diff --git a/build/deploy.js b/build/deploy.js index e0d7e3ce4e..7191ccf185 100644 --- a/build/deploy.js +++ b/build/deploy.js @@ -2,6 +2,7 @@ var exec = require('child_process').exec; var ghpages = require('gh-pages'); var loading = require('loading-cli'); var path = require('path'); +var fs = require('fs'); var color = require('colors-cli/safe'); var error = color.red.bold; var warn = color.yellow;