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;