accountant-ui/grunt-config/shell.js

12 lines
237 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'
2016-01-29 14:02:55 +01:00
},
pip_install: {
command: 'pip install --upgrade --requirement requirements.txt'
2015-06-13 17:37:35 +02:00
}
};