diff --git a/Makefile b/Makefile index 92b3f72a1..338e97a48 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ clean: .PHONY: check check: tsc yarn-install - $(ava) 'build/**/*-test.js' + $(ava) 'dist/node/**/*-test.js' .PHONY: coverage coverage: tsc yarn-install