Skip to content

Commit

Permalink
fix: fix postinstall script; #3
Browse files Browse the repository at this point in the history
  • Loading branch information
mojoaxel committed Jul 16, 2019
1 parent 6c51332 commit b635a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"watch-dev": "npm run watch-dev",
"lint": "eslint '{src,test}/**/*.{m,}{j,t}s{x,}'",
"clean": "rimraf 'dist/*'",
"postinstall": "opencollective postinstall"
"postinstall": "opencollective postinstall || exit 0"
},
"dependencies": {
"emitter-component": "^1.1.1",
Expand Down

0 comments on commit b635a51

Please sign in to comment.