angular-cli/.ng-dev/config.ts
Joey Perrott 3d76cef369 build: add caretaker configuration to ng-dev config
Add the caretaker configuration to set up being able to run both the carataker
check and the handoff commands.

The caretaker handoff command will operate using the angular-cli-caretaker group
which has already been seeded with the current information.
2022-05-23 14:53:55 -07:00

7 lines
244 B
TypeScript

export { commitMessage } from './commit-message';
export { format } from './format';
export { github } from './github';
export { pullRequest } from './pull-request';
export { release } from './release';
export { caretaker } from './caretaker';