jeudi 3 novembre 2016

How to Configure Ember CLI Apps with IBM Bluemix

I have been experimenting with the git hooks, in IBM bluemix, but ember build fails to execute, with the following:

_customer_script.sh: line 8: ember: command not found

Where line 8 references ember build, in my build step:

#!/bin/bash
export PATH=/opt/IBM/node-v4.2/bin:$PATH
npm install
ember build

IBM Bluemix biuld Ember CLI build configuraiton

How can I configure IBM Bluemix to build my ember-cli apps using git hooks?




Aucun commentaire:

Enregistrer un commentaire