Skip to content

Commit d70a9bd

Browse files
committed
Merge pull request brianc#79 from chowey/patch-1
Use `(exit 0)` instead of `true` for windows install support.
2 parents 2933bdd + 6e04340 commit d70a9bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"scripts" : {
1616
"test" : "make test",
17-
"install" : "node-waf configure build || true"
17+
"install" : "node-waf configure build || (exit 0)"
1818
},
1919
"engines" : { "node": ">= 0.4.0" }
2020
}

0 commit comments

Comments
 (0)