mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
11 lines
248 B
TypeScript
11 lines
248 B
TypeScript
import './tasks/build';
|
|
import './tasks/clean';
|
|
import './tasks/default';
|
|
import './tasks/e2e';
|
|
import './tasks/lint';
|
|
import './tasks/release';
|
|
import './tasks/snapshot';
|
|
import './tasks/test';
|
|
import './tasks/polyfill';
|
|
//import './tasks/theme';
|