2017-02-04 11:42:25 +01:00
|
|
|
// import the tasks
|
2017-02-04 14:56:29 +01:00
|
|
|
import './tasks/changelog';
|
|
|
|
import './tasks/bump';
|
2017-02-18 19:29:35 +01:00
|
|
|
import './tasks/icons';
|
2017-04-05 23:06:45 +02:00
|
|
|
import './tasks/themes';
|
2017-02-04 11:42:25 +01:00
|
|
|
|
|
|
|
// export default script
|
2017-04-05 23:06:45 +02:00
|
|
|
export default ['build'];
|