Skip to content

Commit

Permalink
fix: opencollective postinstall failure not being ignored on Windows(#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Livven committed Feb 23, 2020
1 parent 8d9968d commit a9759c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuepress/package.json
Expand Up @@ -23,7 +23,7 @@
"vuepress": "cli.js"
},
"scripts": {
"postinstall": "opencollective-postinstall || true"
"postinstall": "opencollective-postinstall || exit 0"
},
"browserslist": [
">1%"
Expand Down

0 comments on commit a9759c0

Please sign in to comment.