We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd288be + 19e9ddd commit 8f58409Copy full SHA for 8f58409
Makefile
@@ -9,6 +9,9 @@ node-command := xargs -n 1 -I file node file $(params)
9
.PHONY : test test-connection test-integration bench test-native \
10
build/default/binding.node jshint
11
12
+all:
13
+ npm install
14
+
15
help:
16
@echo "make prepare-test-db [connectionString=pg://<your connection string>]"
17
@echo "make test-all [connectionString=pg://<your connection string>]"
0 commit comments