accountant-ui/grunt-config/shell.js
2016-01-29 13:43:50 +01:00

9 lines
139 B
JavaScript

module.exports = {
npm_install: {
command: 'npm install'
},
bower_install: {
command: 'bower install'
}
};