Skip to content

Commit 657f22c

Browse files
committed
make: Remove old yarn requirement for 'make release'
1 parent 1caf07a commit 657f22c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,6 @@ endif
190190
ifndef YS_RELEASE_VERSION_NEW
191191
$(error 'make release' needs the 'n' variable set to the new version)
192192
endif
193-
ifeq (,$(shell which yarn))
194-
$(error 'make release' needs 'yarn' installed)
195-
endif
196193
endif
197194
endif
198195

0 commit comments

Comments
 (0)