accountant-ui/grunt-config/shell.js
2015-06-13 17:37:35 +02:00

6 lines
78 B
JavaScript

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