diff --git a/.openshift/action_hooks/build b/.openshift/action_hooks/build new file mode 100644 index 0000000..d1c4c90 --- /dev/null +++ b/.openshift/action_hooks/build @@ -0,0 +1,3 @@ +#!/bin/bash +echo "Custom build script" +npm install --production