Skip to content

Commit

Permalink
fix(Build): Temporarily disable linting/testing as long we're in prer…
Browse files Browse the repository at this point in the history
…elease mode.
  • Loading branch information
thet committed Nov 18, 2022
1 parent 45e86b1 commit b740390
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b740390

Please sign in to comment.