Skip to content

Commit a9759c0

Browse files
authored
fix: opencollective postinstall failure not being ignored on Windows(#2177)
1 parent 8d9968d commit a9759c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vuepress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"vuepress": "cli.js"
2424
},
2525
"scripts": {
26-
"postinstall": "opencollective-postinstall || true"
26+
"postinstall": "opencollective-postinstall || exit 0"
2727
},
2828
"browserslist": [
2929
">1%"

0 commit comments

Comments
 (0)