Skip to content

Commit

Permalink
workaround openshift vs bower incompatibility - dbashford/mimosa-bowe…
Browse files Browse the repository at this point in the history
  • Loading branch information
vlajos committed Sep 10, 2015
1 parent 0ed7662 commit 2177e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -17,7 +17,7 @@
"shelljs": "^0.2.6"
},
"scripts": {
"postinstall": "bower install",
"postinstall": "if [ -d \"$OPENSHIFT_REPO_DIR\" ]; then (export HOME=\"$OPENSHIFT_REPO_DIR\"/..; $(npm bin)/bower install) else ($(npm bin)/bower install) fi",
"prestart": "npm install",
"start": "DEBUG=socket.io:socket,socket.io:client node server.js",
"pretest": "npm install",
Expand Down

0 comments on commit 2177e5c

Please sign in to comment.