no more npm install
This commit is contained in:
@@ -1,8 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
npm install
|
|
||||||
export PATH="node_modules/.bin:node_modules/hubot/node_modules/.bin:$PATH"
|
export PATH="node_modules/.bin:node_modules/hubot/node_modules/.bin:$PATH"
|
||||||
|
exec node_modules/.bin/hubot --name "triatomic" "$@"
|
||||||
exec node_modules/.bin/hubot --name "triatomic" "$@"
|
|
||||||
@@ -35,6 +35,6 @@
|
|||||||
"time": "^0.12.0"
|
"time": "^0.12.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"meh": "hubot"
|
"start-hubot-hipchat": "hubot --name triatomic hipchat"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user