Skip to content

Commit cbeb95c

Browse files
CCM-13308: updated makefile
1 parent 924ca6c commit cbeb95c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ dependencies:: # Install dependencies needed to build and test the project @Pipe
1313
$(MAKE) -C src/cloudevents install
1414
$(MAKE) -C src/eventcatalogasyncapiimporter install
1515
$(MAKE) -C utils/py-utils install
16+
$(MAKE) -C utils/py-mock-mesh install
1617
$(MAKE) -C lambdas/mesh-acknowledge install
1718
$(MAKE) -C lambdas/mesh-poll install
1819
$(MAKE) -C lambdas/mesh-download install
1920
$(MAKE) -C lambdas/report-sender install
20-
$(MAKE) -C src/digital-letters-events install
2121
./scripts/set-github-token.sh
2222
npm install --workspaces
2323
$(MAKE) generate

0 commit comments

Comments
 (0)