Skip to content

Commit

Permalink
drop Yarn (#1847)
Browse files Browse the repository at this point in the history
  • Loading branch information
browner12 authored Jan 27, 2023
1 parent e374c7e commit 15263f5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions bin/wsl-init
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ apt-get install -y nodejs
/usr/bin/npm install -g npm
#/usr/bin/npm install -g gulp-cli
#/usr/bin/npm install -g bower
/usr/bin/npm install -g yarn
#/usr/bin/npm install -g grunt-cli

## Install rabbitmq-server and its dependencies
Expand Down Expand Up @@ -429,4 +428,3 @@ sysctl fs.protected_regular=0
# Setup Homestead repo
su $WSL_USER_NAME -c 'composer install'
su $WSL_USER_NAME -c 'bash init.sh'

6 changes: 0 additions & 6 deletions resources/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ alias nrwp="npm run watch-poll"
alias nrh="npm run hot"
alias nrp="npm run production"

alias yrd="yarn run dev"
alias yrw="yarn run watch"
alias yrwp="yarn run watch-poll"
alias yrh="yarn run hot"
alias yrp="yarn run production"

function artisan() {
php artisan "$@"
}
Expand Down

0 comments on commit 15263f5

Please sign in to comment.