Skip to content

Instantly share code, notes, and snippets.

@cianclarke
Created August 15, 2012 16:57
Show Gist options
  • Save cianclarke/3361572 to your computer and use it in GitHub Desktop.
Save cianclarke/3361572 to your computer and use it in GitHub Desktop.
A typical build file for a feedhenry app project
#! /bin/bash
cd cloud
echo 'Installing dependencies'
npm install -d --force
export NODE_PATH=$PWD
echo 'Running npm test'
npm test
cd ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment