mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-15 01:54:04 +08:00
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.
7 lines
244 B
TypeScript
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';
|