Skip to content

Instantly share code, notes, and snippets.

@timkelty
Created March 2, 2015 21:23
Show Gist options
  • Save timkelty/0732c83019393769dc06 to your computer and use it in GitHub Desktop.
Save timkelty/0732c83019393769dc06 to your computer and use it in GitHub Desktop.
shipit.on('fetched', function () {
return shipit.local('npm install && composer install && bundle install', {
cwd: shipit.config.workspace
}).then(function() {
shipit.log('Installed.');
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment