Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop Yarn #1847

Merged
merged 1 commit into from
Jan 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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