3 lines
85 B
Text
3 lines
85 B
Text
|
#!/bin/bash
|
||
|
sed -e 's/^ *"nodemon": "[^"]".*$//' -i $OPENSHIFT_REPO_DIR/package.json
|