9 lines
240 B
TypeScript
9 lines
240 B
TypeScript
// export 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'];
|