Skip to content

Commit 74aaced

Browse files
charmanderbrianc
authored andcommitted
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).
1 parent e087305 commit 74aaced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ test-missing-native:
4242
@rm -rf node_modules/libpq
4343

4444
node_modules/pg-native/index.js:
45-
@npm i pg-native
45+
@npm i --no-save pg-native
4646

4747
test-native: node_modules/pg-native/index.js test-connection
4848
@echo "***Testing native bindings***"

0 commit comments

Comments
 (0)