UNPKG

grunt-phpunit-runner

Version:
13 lines (11 loc) 155 B
'use strict'; module.exports = function () { return { tatu: { 'pre-commit': 'eslint', 'post-merge': { command: 'npm install' } } }; };