UNPKG

ice.fo.utils

Version:

7 lines (5 loc) 175 B
const { execSync } = require('child_process'); module.exports = function pushCommits() { console.log('[Push Commits]'); return execSync('git push').toString().trim(); };