Add yarn aliases

This commit is contained in:
Oliver Davies 2019-03-21 15:36:18 +00:00 committed by GitHub
parent c66d74215e
commit 94fdc72c7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,3 +17,8 @@ alias pstorm="phpstorm"
alias st="subl" alias st="subl"
alias stt="subl ." alias stt="subl ."
alias web="cd ~/Code" alias web="cd ~/Code"
alias yd="yarn dev"
alias yp="yarn prod"
alias ys="yarn serve"
alias yw="yarn watch"