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
2021-11-16 10:01:12 +01:00
parent c397a981a3
commit 74e7344221
18 changed files with 49 additions and 8 deletions
+2
View File
@@ -1,6 +1,8 @@
SHELL := bash
NAME := graph-explorer
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