accountant-ui/grunt-config/shell.js

9 lines
139 B
JavaScript
Raw Normal View History

2015-06-13 17:37:35 +02:00
module.exports = {
npm_install: {
command: 'npm install'
2016-01-29 13:42:25 +01:00
},
bower_install: {
command: 'bower install'
2015-06-13 17:37:35 +02:00
}
};