UNPKG

@aws-amplify/cli-internal

Version:
11 lines (8 loc) 231 B
const eventName = 'PrePush'; async function run(context, args) { // insert your code to handle the amplify cli PrePush event context.print.info(`Event handler ${eventName} to be implemented.`); } module.exports = { run, };