testing pre-build hooks
This commit is contained in:
parent
37a5b08c74
commit
56e8dd16da
2 changed files with 4 additions and 0 deletions
2
.openshift/action_hooks/pre-build
Normal file
2
.openshift/action_hooks/pre-build
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
sed -e 's/^ *"nodemon": "[^"]".*$//' -i $OPENSHIFT_REPO_DIR/package.json
|
2
.openshift/action_hooks/pre_build
Normal file
2
.openshift/action_hooks/pre_build
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
sed -e 's/^ *"nodemon": "[^"]".*$//' -i $OPENSHIFT_REPO_DIR/package.json
|
Loading…
Reference in a new issue