accountant-ui/grunt-config/shell.js
2016-10-09 20:33:59 +02:00

12 lines
234 B
JavaScript

module.exports = {
npmInstall: {
command: 'npm install'
},
bowerInstall: {
command: 'bower install'
},
pipInstall: {
command: 'pip install --upgrade --requirement requirements.txt'
}
};