File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- # this install all dependencies + devDevdependencies
3+ cd " ${OPENSHIFT_REPO_DIR} "
4+
5+ # this installs all dependencies + devDevdependencies
46NODE_ENV=development npm install
57
68# building files
7- npm build
9+ npm run build
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
33# this starts the logentries agent
4- ./ ${OPENSHIFT_DATA_DIR} /start-le
4+ ${OPENSHIFT_DATA_DIR} /start-le
Original file line number Diff line number Diff line change 44 "private" : true ,
55 "scripts" : {
66 "build" : " grunt build" ,
7- "postinstall" : " bower install" ,
7+ "postinstall" : " HOME=${BOWER_HOME:-${HOME}} bower install" ,
88 "start" : " forever app.js" ,
99 "start-dev" : " DEBUG=mmtc-ke:* nodemon app.js" ,
1010 "test" : " echo no tests!!!"
You can’t perform that action at this time.
0 commit comments