diff options
author | Florian Dold <florian.dold@gmail.com> | 2019-08-19 14:12:14 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2019-08-19 14:12:14 +0200 |
commit | 7cc1a71deb514777c334d5ae602f9036d21ac31d (patch) | |
tree | ad4ffd47d2eac1a316bc688c2cb6325d36b7f94c | |
parent | 8f899beb4cf40821399d55c648787b487423c93a (diff) |
fix 'make check'
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |