Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
Use yarn instead of npm to install deps for our-lovely-cli. We don't use npm there!
  • Loading branch information
jeresig authored Feb 10, 2025
1 parent e45c6ad commit b7f3a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ install_hooks() {

install_our_lovely_cli() {
cd "$DEVTOOLS_DIR/our-lovely-cli"
npm install
yarn install
}

check_dependencies
Expand Down

0 comments on commit b7f3a64

Please sign in to comment.