awesome-cordova-plugins/scripts/tasks/build-ngx.ts

8 lines
214 B
TypeScript
Raw Normal View History

2020-05-16 20:40:49 +08:00
import { cleanupNgx, generateDeclarationFiles, modifyMetadata, transpileNgx, transpileNgxCore } from '../build/ngx';
2017-12-28 20:28:44 +08:00
transpileNgxCore();
transpileNgx();
generateDeclarationFiles();
modifyMetadata();
cleanupNgx();