We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbae285 commit 4443749Copy full SHA for 4443749
build/deploy.js
@@ -2,6 +2,7 @@ var exec = require('child_process').exec;
2
var ghpages = require('gh-pages');
3
var loading = require('loading-cli');
4
var path = require('path');
5
+var fs = require('fs');
6
var color = require('colors-cli/safe');
7
var error = color.red.bold;
8
var warn = color.yellow;
0 commit comments