Skip to content

Commit

Permalink
Fix deploy command error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 7, 2018
1 parent af65b1b commit daec36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const ghpages = require('gh-pages');
const loading = require('loading-cli');
const path = require('path');
const fs = require('fs');
const color = require('colors-cli/safe');
const color = require('colors-cli/toxic');

const deploy_path = path.join(process.cwd(), '.deploy');

Expand Down

0 comments on commit daec36f

Please sign in to comment.