Makefile: invoke yarn consistently via $(YARN) (#13415)

This commit is contained in:
lightmare 2021-06-03 01:36:24 +02:00 committed by GitHub
parent b8175ec060
commit 92bca21011
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -232,7 +232,7 @@ endif
$(MAKE) clean $(MAKE) clean
bootstrap-only: clean-all bootstrap-only: clean-all
yarn install $(YARN) install
bootstrap: bootstrap-only bootstrap: bootstrap-only
$(MAKE) generate-tsconfig build $(MAKE) generate-tsconfig build