Skip to content
Snippets Groups Projects

Feature/kpaxman make ohana aliases work anywhere

Merged Kevin Paxman requested to merge feature/kpaxman-make_ohana_aliases_work_anywhere into 3.0.x
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
@@ -122,9 +122,9 @@ alias gesso='cd /var/www/html/web/profiles/uw_base_profile/modules/custom/uw_wcm
alias theme='cd /var/www/html/web/profiles/uw_base_profile/themes/uw_fdsu_theme_resp'
# Ohana specific
alias ohana='cd web/profiles/uw_base_profile/modules/custom/uw_wcms_ohana'
alias runohana='cd web/profiles/uw_base_profile/modules/custom/uw_wcms_ohana/ohana && npm run watch'
alias buildohana='cd web/profiles/uw_base_profile/modules/custom/uw_wcms_ohana/ohana && npm run build'
alias ohana='cd /var/www/html/web/profiles/uw_base_profile/modules/custom/uw_wcms_ohana'
alias runohana='cd /var/www/html/web/profiles/uw_base_profile/modules/custom/uw_wcms_ohana/ohana && npm run watch'
alias buildohana='cd /var/www/html/web/profiles/uw_base_profile/modules/custom/uw_wcms_ohana/ohana && npm run build && cd - >/dev/null'
# Setting NVM
[ -s "$NVM_DIR/nvm.sh" ] && source "$NVM_DIR/nvm.sh"
Loading