14 lines
239 B
TypeScript
Raw Permalink Normal View History

import {
cleanupNgx,
generateLegacyBundles,
generateDeclarationFiles,
transpileNgx,
transpileNgxCore,
} from '../build/ngx';
2017-12-28 07:28:44 -05:00
transpileNgxCore();
transpileNgx();
generateLegacyBundles();
2017-12-28 07:28:44 -05:00
generateDeclarationFiles();
cleanupNgx();