Skip to content

Commit

Permalink
set yarn version to makefile version
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercactapus committed Sep 21, 2023
1 parent d9123dd commit 43cc7b3
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 @@ -190,7 +190,7 @@ check: check-go check-js ## Run all lint checks
$(MAKE) yarn

.yarn/releases/yarn-$(YARN_VERSION).cjs:
yarn set version stable || $(MAKE) yarn
yarn set version $(YARN_VERSION) || $(MAKE) yarn

ensure-yarn: # Yarn ensures the correct version of yarn is installed
@echo "Checking yarn version..."
Expand Down

0 comments on commit 43cc7b3

Please sign in to comment.