Merge remote-tracking branch 'origin/pull/222/head' into staging

This commit is contained in:
ryan 2024-09-06 21:16:06 -04:00
commit 0a2a234f2b
No known key found for this signature in database
GPG key ID: 8E401478A3FBEF72

View file

@ -54,7 +54,7 @@ define folder-list
endef
define gen-target
out/$(1)/index.json: $(shell $(call dep-list,$(1))) | out
out/$(1)/index.json: $(shell $(call dep-list,$(1))) $(shell find packages/$(1)) | out
$(call build,$(1))
endef