Skip to content

Commit daec36f

Browse files
committed
Fix deploy command error.
1 parent af65b1b commit daec36f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/deploy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const ghpages = require('gh-pages');
22
const loading = require('loading-cli');
33
const path = require('path');
44
const fs = require('fs');
5-
const color = require('colors-cli/safe');
5+
const color = require('colors-cli/toxic');
66

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

0 commit comments

Comments
 (0)