quasar create and clean problem

This commit is contained in:
Tamas Amon 2019-07-29 23:11:06 +02:00
parent 16b296b408
commit 288718e759

View file

@ -12,7 +12,7 @@ alias qs="$QUASAR serve"
alias qh="$QUASAR help"
alias qd="$QUASAR dev"
alias qb="$QUASAR build"
alias qc="$QUASAR clean"
alias qcl="$QUASAR clean"
alias qn="$QUASAR new"
alias qnp="$QUASAR new page"
alias qnl="$QUASAR new layout"