From b74039040610e7e68a925d1dd84757365efe95ab Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Fri, 18 Nov 2022 09:51:54 +0100 Subject: [PATCH] fix(Build): Temporarily disable linting/testing as long we're in prerelease mode. --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile b/Makefile index d9348c0b6..ebdf9ecac 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,13 @@ stamp-yarn install: touch stamp-yarn +# TODO: REMOVE once we're passing lint and tests or @patternslib/dev does not +# lint/test for prereleases. +.PHONY: check +check:: stamp-yarn + # Just do nothing. + + .PHONY: watch-plone: $(YARN) run watch:webpack:plone