mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
Use (exit 0) instead of true for windows install support.
Fixes issue #72.
This commit is contained in:
parent
2933bdd2cb
commit
6e0434062e
@ -14,7 +14,7 @@
|
||||
},
|
||||
"scripts" : {
|
||||
"test" : "make test",
|
||||
"install" : "node-waf configure build || true"
|
||||
"install" : "node-waf configure build || (exit 0)"
|
||||
},
|
||||
"engines" : { "node": ">= 0.4.0" }
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user