Skip to content

Commit fd53249

Browse files
Livvensergeylarionov-upwork
authored andcommitted
fix: opencollective postinstall failure not being ignored on Windows(vuejs#2177)
1 parent e6a56e8 commit fd53249

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)