From 1a23fbcb4fdad661feb9ea923761f7e02d7f6e8d Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 1 Oct 2019 20:45:36 +0200 Subject: adapt to instance changes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6fdb25528..b448f3a21 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ clean: .PHONY: check check: tsc yarn-install - $(ava) 'dist/node/**/*-test.js' + find dist/node -name '*-test.js' | xargs $(ava) .PHONY: coverage coverage: tsc yarn-install -- cgit v1.2.3