summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-19 14:12:14 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-19 14:12:14 +0200
commit7cc1a71deb514777c334d5ae602f9036d21ac31d (patch)
treead4ffd47d2eac1a316bc688c2cb6325d36b7f94c /Makefile
parent8f899beb4cf40821399d55c648787b487423c93a (diff)
downloadwallet-core-7cc1a71deb514777c334d5ae602f9036d21ac31d.tar.gz
wallet-core-7cc1a71deb514777c334d5ae602f9036d21ac31d.tar.bz2
wallet-core-7cc1a71deb514777c334d5ae602f9036d21ac31d.zip
fix 'make check'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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