10 lines
240 B
TypeScript
10 lines
240 B
TypeScript
|
// import the tasks
|
||
|
export * from './tasks/changelog';
|
||
|
export * from './tasks/bump';
|
||
|
export * from './tasks/icons';
|
||
|
export * from './tasks/themes';
|
||
|
export * from './tasks/watcher';
|
||
|
|
||
|
// export default script
|
||
|
export default ['build:themes'];
|