Closed xavianaxw closed 7 years ago
@xavianaxw The right command is yarn run blendid -- ghPages
.
yarn run blendid -- ghPages
will result in the following
yarn run v0.24.6
$ "/Users/xavianaxw/Code/landing-v2/node_modules/.bin/blendid" ghPages
[17:35:08] Working directory changed to ~/Code/landing-v2/node_modules/blendid
[17:35:10] Using gulpfile ~/Code/landing-v2/node_modules/blendid/gulpfile.js
[17:35:10] Task 'ghPages' is not in your gulpfile
[17:35:10] Please check the documentation for proper gulpfile formatting
✨ Done in 3.28s.
Anyway it's working now. Probably something to do with GH pages or something.
Can anyone help me solve that with npm ?
Tried to push my website to gh pages with
yarn run blendid -- gh-pages
but got this errorHelp me :(