Avoid modifying package.json or creating package-lock when running tests with npm 5

Should save some confusion in future pull requests (#1465, #1436, #1363).
This commit is contained in:
Charmander 2017-10-15 18:37:36 -07:00 committed by Brian C
parent e087305f31
commit 74aaced74a

View File

@ -42,7 +42,7 @@ test-missing-native:
@rm -rf node_modules/libpq
node_modules/pg-native/index.js:
@npm i pg-native
@npm i --no-save pg-native
test-native: node_modules/pg-native/index.js test-connection
@echo "***Testing native bindings***"