Skip to content

Commit 6e04340

Browse files
committed
Use (exit 0) instead of true for windows install support.
Fixes issue brianc#72.
1 parent 2933bdd commit 6e04340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
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)