fix 'make check'

This commit is contained in:
Florian Dold 2019-08-19 14:12:14 +02:00
parent 8f899beb4c
commit 7cc1a71deb
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -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