prevent multiple yarn builds of accounts and settings when running make ci-node-generate int the repo root

This commit is contained in:
Willy Kloucek committed 2021-11-16 10:01:12 +01:00
1 parent c397a981a3
commit 74e7344221
18 files changed
+49 -8

No files matched your search

+2
View File
@@ -1,6 +1,8 @@
SHELL := bash
NAME := webdav
include ../.make/recursion.mk
############ tooling ############
ifneq (, $(shell which go 2> /dev/null)) # suppress `command not found warnings` for non go targets in CI
include ../.bingo/Variables.mk