6 lines
173 B
TypeScript
6 lines
173 B
TypeScript
import { convertNxExecutor } from '@nrwl/devkit';
|
|
|
|
import { ngPackagrLiteExecutor } from './ng-packagr-lite.impl';
|
|
|
|
export default convertNxExecutor(ngPackagrLiteExecutor);
|