Closed
Description
#i run this command
git add *
git commit -m 'msg'
ng github-pages:deploy --message "Optional commit message"
then error to me :
#ng build
You have to be inside an angular-cli project in order to use the build command.
#ng g component hello
You have to be inside an angular-cli project in order to use the g command.
.....