Skip to content

Commit

Permalink
Makefile: invoke yarn consistently via $(YARN) (#13415)
Browse files Browse the repository at this point in the history
  • Loading branch information
lightmare committed Jun 2, 2021
1 parent b8175ec commit 92bca21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ endif
$(MAKE) clean

bootstrap-only: clean-all
yarn install
$(YARN) install

bootstrap: bootstrap-only
$(MAKE) generate-tsconfig build
Expand Down

0 comments on commit 92bca21

Please sign in to comment.