diff --git a/Makefile b/Makefile index 5b7dee1..383b151 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,9 @@ node-command := xargs -n 1 -I file node file $(params) .PHONY : test test-connection test-integration bench test-native \ build/default/binding.node jshint +all: + npm install + help: @echo "make prepare-test-db [connectionString=pg://]" @echo "make test-all [connectionString=pg://]"