Skip to content

Commit

Permalink
Avoid modifying package.json or creating package-lock when running te…
Browse files Browse the repository at this point in the history
…sts with npm 5

Should save some confusion in future pull requests (#1465, #1436, #1363).
  • Loading branch information
charmander authored and brianc committed Nov 4, 2017
1 parent e087305 commit 74aaced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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***"
Expand Down

0 comments on commit 74aaced

Please sign in to comment.